aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorJesper Juhl <[email protected]>2007-08-07 18:10:54 -0700
committerDavid S. Miller <[email protected]>2007-08-07 18:10:54 -0700
commit3af8e31cf57646284b5f77f9d57d2c22fa77485a (patch)
tree4c39d509d0c6db9e2bfdbabc8f4be66d3795d308 /scripts/patch-kernel
parent864c5a4d37b1f25e3c36dd00a09158eae455a8fd (diff)
[NETFILTER]: ipt_recent: avoid a possible NULL pointer deref in recent_seq_open()
If the call to seq_open() returns != 0 then the code calls kfree(st) but then on the very next line proceeds to dereference the pointer - not good. Problem spotted by the Coverity checker. Signed-off-by: Jesper Juhl <[email protected]> Signed-off-by: Patrick McHardy <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions