aboutsummaryrefslogtreecommitdiffstats
path: root/net/dccp/ipv4.c
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@openvz.org>2008-04-12 18:33:50 -0700
committerDavid S. Miller <davem@davemloft.net>2008-04-12 18:33:50 -0700
commitae1b6a31b1f9ef2c7ba5ef89799f210a9ba6937c (patch)
tree76f26c291c480345de8d70a6c37143c43ac5f749 /net/dccp/ipv4.c
parenttg3: fix MMIO for PPC 44x platforms (diff)
downloadlinux-dev-ae1b6a31b1f9ef2c7ba5ef89799f210a9ba6937c.tar.xz
linux-dev-ae1b6a31b1f9ef2c7ba5ef89799f210a9ba6937c.zip
[AX25]: Potential ax25_uid_assoc-s leaks on module unload.
The ax25_uid_free call walks the ax25_uid_list and releases entries from it. The problem is that after the fisrt call to hlist_del_init the hlist_for_each_entry (which hides behind the ax25_uid_for_each) will consider the current position to be the last and will return. Thus, the whole list will be left not freed. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/ipv4.c')
0 files changed, 0 insertions, 0 deletions