]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: Missing sk_nulls_node_init() in ping_unhash().
authorDavid S. Miller <davem@davemloft.net>
Sat, 2 May 2015 02:02:47 +0000 (22:02 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 2 May 2015 02:02:47 +0000 (22:02 -0400)
commita2d2bf8a8e0c2abf94d52cd0e2b330417c15fcde
tree0e0ebc97957d97ca517f8342b00e22d005e5631d
parentc0942ccebfdd090ec2681c31444b5cfacf9001c2
ipv4: Missing sk_nulls_node_init() in ping_unhash().

If we don't do that, then the poison value is left in the ->pprev
backlink.

This can cause crashes if we do a disconnect, followed by a connect().

Tested-by: Linus Torvalds <torvalds@linux-foundation.org>
Reported-by: Wen Xu <hotdog3645@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ping.c