]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[NETFILTER]: nfnetlink_queue: fix possible NULL-ptr dereference
authorPatrick McHardy <kaber@trash.net>
Mon, 13 Mar 2006 04:32:47 +0000 (20:32 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 13 Mar 2006 04:39:35 +0000 (20:39 -0800)
commit406dbfc9ae0e6b7eb4da4a52c0a6556a0d7e6a2f
tree208366b1977eca0f2abad59e1c608fbf50fcbb21
parent57ddd5c1803859d977c5a31a267d2c805ffe6e11
[NETFILTER]: nfnetlink_queue: fix possible NULL-ptr dereference

Fix NULL-ptr dereference when a config message for a non-existant
queue containing only an NFQA_CFG_PARAMS attribute is received.

Coverity #433

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nfnetlink_queue.c