From 68c44a4a9772ff6fb17f5db573eb00ff9fb77dfe Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 5 Mar 2026 12:10:16 +0100 Subject: [PATCH] Update attribution to conform to contributor's request Signed-off-by: Gilles Peskine --- ChangeLog.d/inet_pton.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.d/inet_pton.txt b/ChangeLog.d/inet_pton.txt index 526cd9be5f..22e6806556 100644 --- a/ChangeLog.d/inet_pton.txt +++ b/ChangeLog.d/inet_pton.txt @@ -1,4 +1,5 @@ Security * Fix a limited buffer underflow in x509_inet_pton_ipv6(). In rare cases (e.g. on platforms with memory protection when the overread crosses page - boundary) this could lead to DoS. Found and reported by Haruto Kimura. + boundary) this could lead to DoS. Found and reported by Haruto Kimura + (Stella).