]> git.proxmox.com Git - mirror_iproute2.git/commit
Fix off by one in nested attribute management.
authorStephen Hemminger <shemminger@linux-foundation.org>
Mon, 10 Dec 2007 19:34:40 +0000 (11:34 -0800)
committerStephen Hemminger <shemminger@linux-foundation.org>
Mon, 10 Dec 2007 19:34:40 +0000 (11:34 -0800)
commit037c635eee994f6b29fc82931490e831d4a2ead2
treef32a3f562a840d089ef448f04376a1257110cfe3
parent5472ac6f9fab8632b89da31df56419c8423b020d
Fix off by one in nested attribute management.

Fixes segv in:
  tc qdisc show dev eth1
due to uninitialized attribute table.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
lib/libnetlink.c