]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Changelog note for #1040
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 3 Apr 2024 08:03:04 +0000 (10:03 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 3 Apr 2024 08:03:04 +0000 (10:03 +0200)
- Fix #1040: fix heap-buffer-overflow issue in function cfg_mark_ports
  of file util/config_file.c.

doc/Changelog

index 6392055cdb6c1c970bfe35caed7188a676bf40ae..0b4efc9ff1bbfae41f4f5e009f36ad0fb27d583a 100644 (file)
@@ -1,3 +1,7 @@
+3 April 2024: Wouter
+       - Fix #1040: fix heap-buffer-overflow issue in function cfg_mark_ports
+         of file util/config_file.c.
+
 28 March 2024: Wouter
        - Fix #1034: DoT forward-zone via unbound-control.
        - Fix for crypto related failures to have a better error string.