aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2008-09-07 18:20:36 -0700
committerDavid S. Miller <davem@davemloft.net>2008-09-07 18:20:36 -0700
commit51807e91a76a531d059ec7ce3395c435e4df52a8 (patch)
treea2d88b7df0e16e627c8771b072decdc9e1c43c33 /include
parentnetfilter: nf_conntrack_gre: more locking around keymap list (diff)
downloadlinux-dev-51807e91a76a531d059ec7ce3395c435e4df52a8.tar.xz
linux-dev-51807e91a76a531d059ec7ce3395c435e4df52a8.zip
netfilter: nf_conntrack_gre: nf_ct_gre_keymap_flush() fixlet
It does "kfree(list_head)" which looks wrong because entity that was allocated is definitely not list_head. However, this all works because list_head is first item in struct nf_ct_gre_keymap. Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions