android_kernel_xiaomi_sm8350/net/sctp
Vladislav Yasevich 23ec47a088 [SCTP]: Fix potential NULL pointer dereference in sctp_v4_get_saddr
It is possible to get to sctp_v4_get_saddr() without a valid
association.  This happens when processing OOTB packets and
the cached route entry is no longer valid.
However, when responding to OOTB packets we already properly
set the source address based on the information in the OOTB
packet.  So, if we we get to sctp_v4_get_saddr() without an
association we can simply return.

Signed-off-by: Vladislav Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2005-11-11 16:05:55 -08:00
..
associola.c [NET]: kfree cleanup 2005-11-08 09:41:34 -08:00
bind_addr.c [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
chunk.c [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
command.c
crc32c.c
debug.c
endpointola.c [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
input.c [NET]: Store skb->timestamp as offset to a base timestamp 2005-08-29 15:58:24 -07:00
inqueue.c
ipv6.c [TCP]: Move the tcp sock states to net/tcp_states.h 2005-08-29 15:41:54 -07:00
Kconfig
Makefile
objcnt.c
output.c
outqueue.c
primitive.c
proc.c [NET]: Wider use of for_each_*cpu() 2005-10-25 23:54:01 -02:00
protocol.c [SCTP]: Fix potential NULL pointer dereference in sctp_v4_get_saddr 2005-11-11 16:05:55 -08:00
sm_make_chunk.c [NET]: kfree cleanup 2005-11-08 09:41:34 -08:00
sm_sideeffect.c [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
sm_statefuns.c [SCTP]: Fix SCTP_SHUTDOWN notifications. 2005-09-22 23:48:38 -07:00
sm_statetable.c
socket.c [SCTP] Do not allow unprivileged programs initiating new associations on 2005-10-28 15:39:02 -07:00
ssnmap.c [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
sysctl.c [SCTP]: net/sctp/sysctl.c should #include <net/sctp/sctp.h> 2005-09-05 18:07:42 -07:00
transport.c [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00
tsnmap.c
ulpevent.c [SCTP] Rename SCTP specific control message flags. 2005-10-28 15:10:00 -07:00
ulpqueue.c [PATCH] gfp flags annotations - part 1 2005-10-08 15:00:57 -07:00