mbox series

[net,v5,0/2] net/smc: prevent NULL pointer dereference in txopt_get

Message ID 20240815043714.38772-1-aha310510@gmail.com (mailing list archive)
Headers show
Series net/smc: prevent NULL pointer dereference in txopt_get | expand

Message

Jeongjun Park Aug. 15, 2024, 4:37 a.m. UTC
This patch is to resolve vulnerabilities that occur in the process of 
creating an IPv6 socket with IPPROTO_SMC.

Jeongjun Park (2):
  net/smc: initialize ipv6_pinfo_offset in smc_inet6_prot and add smc6_sock structure
  net/smc: modify smc_sock structure

 net/smc/smc.h 		| 5 ++++-
 net/smc/smc_inet.c | 8 +++++++-
 2 files changed, 11 insertions(+), 2 deletions(-)

--