lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Tue,  4 Jun 2024 22:49:46 +0800
From: wujianguo <wujianguo@...natelecom.cn>
To: netdev@...r.kernel.org
Cc: kuba@...nel.org,
	edumazet@...gle.com,
	contact@...elbtn.com,
	pablo@...filter.org,
	dsahern@...nel.org,
	pabeni@...hat.com,
	wujianguo106@....com,
	wujianguo <wujianguo@...natelecom.cn>
Subject: [PATCH net v2 0/3] fix NULL dereference trigger by SRv6 with netfilter 

From: Jianguo Wu <wujianguo@...natelecom.cn>

v2:
 - fix commit log.
 - add two selftests.

Jianguo Wu (3):
  seg6: fix parameter passing when calling NF_HOOK() in End.DX4 and
    End.DX6 behaviors
  selftests: add selftest for the SRv6 End.DX4 behavior with netfilter
  selftests: add selftest for the SRv6 End.DX6 behavior with netfilter

 net/ipv6/seg6_local.c                              |   8 +-
 tools/testing/selftests/net/Makefile               |   2 +
 .../selftests/net/srv6_end_dx4_netfilter_test.sh   | 335 ++++++++++++++++++++
 .../selftests/net/srv6_end_dx6_netfilter_test.sh   | 340 +++++++++++++++++++++
 4 files changed, 681 insertions(+), 4 deletions(-)
 create mode 100644 tools/testing/selftests/net/srv6_end_dx4_netfilter_test.sh
 create mode 100644 tools/testing/selftests/net/srv6_end_dx6_netfilter_test.sh

-- 
1.8.3.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ