]> git.baikalelectronics.ru Git - kernel.git/commit
udplite: fix NULL pointer dereference
authorPaolo Abeni <pabeni@redhat.com>
Tue, 15 Nov 2016 15:37:53 +0000 (16:37 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Nov 2016 16:59:38 +0000 (11:59 -0500)
commit19f89529d602240fc2e66687836dba612728e6f1
treeb887552a905b9a209b9f800977027b9b8219f37e
parent52b5f087ad61a5994597fbc5f581dc00481a843d
udplite: fix NULL pointer dereference

The commit 984a887fc79e ("udp: use it's own memory accounting schema")
assumes that the socket proto has memory accounting enabled,
but this is not the case for UDPLITE.
Fix it enabling memory accounting for UDPLITE and performing
fwd allocated memory reclaiming on socket shutdown.
UDP and UDPLITE share now the same memory accounting limits.
Also drop the backlog receive operation, since is no more needed.

Fixes: 984a887fc79e ("udp: use it's own memory accounting schema")
Reported-by: Andrei Vagin <avagin@gmail.com>
Suggested-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/udp.h
include/net/udplite.h
net/ipv4/udp.c
net/ipv4/udplite.c
net/ipv6/udplite.c