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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250926053025.2242061-1-steffen.klassert@secunet.com>
Date: Fri, 26 Sep 2025 07:30:08 +0200
From: Steffen Klassert <steffen.klassert@...unet.com>
To: David Miller <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>
CC: Herbert Xu <herbert@...dor.apana.org.au>, Steffen Klassert
	<steffen.klassert@...unet.com>, <netdev@...r.kernel.org>
Subject: [PATCH 0/2] pull request (net-next): ipsec-next 2025-09-26

1) Fix field-spanning memcpy warning in AH output.
   From Charalampos Mitrodimas.

2) Replace the strcpy() calls for alg_name by strscpy().
   From Miguel García.

Please pull or let me know if there are problems.

Thanks!

The following changes since commit 3b5ca25ecfa85098c7015251a0e7c78a8ff392e5:

  Merge branch 'net-don-t-use-pk-through-printk-or-tracepoints' (2025-08-13 18:26:52 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git tags/ipsec-next-2025-09-26

for you to fetch changes up to 9f4f591cd5a410f4203a9c104f92d467945b7d7e:

  xfrm: xfrm_user: use strscpy() for alg_name (2025-08-15 08:32:32 +0200)

----------------------------------------------------------------
ipsec-next-2025-09-26

----------------------------------------------------------------
Charalampos Mitrodimas (1):
      net: ipv6: fix field-spanning memcpy warning in AH output

Miguel García (1):
      xfrm: xfrm_user: use strscpy() for alg_name

 net/ipv6/ah6.c       | 50 +++++++++++++++++++++++++++++++-------------------
 net/xfrm/xfrm_user.c | 10 +++++-----
 2 files changed, 36 insertions(+), 24 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ