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
| ||
|
Message-ID: <20230807132146.2191597-1-Jason@zx2c4.com> Date: Mon, 7 Aug 2023 15:21:26 +0200 From: "Jason A. Donenfeld" <Jason@...c4.com> To: netdev@...r.kernel.org, davem@...emloft.net, kuba@...nel.org Cc: "Jason A. Donenfeld" <Jason@...c4.com> Subject: [PATCH net 0/1] wireguard fixes for 6.5-rc6 Hi Davkub, Just one patch this time, somewhat late in the cycle: 1) Fix an off-by-one calculation for the maximum node depth size in the allowedips trie data structure, and also adjust the self-tests to hit this case so it doesn't regress again in the future. This is marked for stable@ and has a fixes tag as well. Thanks, Jason Jason A. Donenfeld (1): wireguard: allowedips: expand maximum node depth drivers/net/wireguard/allowedips.c | 8 ++++---- drivers/net/wireguard/selftest/allowedips.c | 16 ++++++++++------ 2 files changed, 14 insertions(+), 10 deletions(-) -- 2.41.0
Powered by blists - more mailing lists