Merge pull request #1500 from gilles-peskine-arm/inet_pton-changelog-attribution-3.6

Update attribution to conform to contributor's request
This commit is contained in:
David Horstmann
2026-03-05 15:00:22 +00:00
committed by GitHub
+2 -1
View File
@@ -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).