Skip to content
Commit 0f4821e7 authored by David S. Miller's avatar David S. Miller Committed by David S. Miller
Browse files

[XFRM/RTNETLINK]: Decrement qlen properly in {xfrm_,rt}netlink_rcv().



If we free up a partially processed packet because it's
skb->len dropped to zero, we need to decrement qlen because
we are dropping out of the top-level loop so it will do
the decrement for us.

Spotted by Herbert Xu.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 09e14305
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment