[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)
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>

No differences found