Add ChangeLog entry

Signed-off-by: Janos Follath <[email protected]>
This commit is contained in:
Janos Follath
2026-01-21 10:43:41 +00:00
parent 4595bb47d2
commit 51fc6428eb
+4
View File
@@ -0,0 +1,4 @@
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.