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

Update attribution to conform to contributor's request
This commit is contained in:
David Horstmann
2026-03-05 15:00:17 +00:00
committed by GitHub

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).