summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-11-08 10:07:44 -0500
committerThomas Markwalder <tmark@isc.org>2019-11-08 10:07:44 -0500
commitf17190e1b32daa6dddfa6f6584ccaac3c70330c5 (patch)
tree94abd3c901ff02d3bb662a6ddff6f2175c9be428
parent8d951ea097f815dadc6c17f326a0a453bebfe7dc (diff)
downloadisc-dhcp-20-buffer-fix-in-zone-name.tar.gz
[#20] Added Release note20-buffer-fix-in-zone-name
-rw-r--r--RELNOTES6
1 files changed, 5 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 9a62021d..1c8b64ec 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -173,7 +173,11 @@ by Eric Young (eay@cryptsoft.com).
the receipt of shutdown signal would cause a REQUIRE() assertion to
occur. Note this issue is only visible when compiling with
ENABLE_GENTLE_SHUTDOWN defined.
- [Gitlab #53,!18 git TBD]
+ [Gitlab #53]
+
+- Corrected a buffer overflow that can occur when retrieveing zone
+ names that are more than 255 characters in length.
+ [Gitlab #20]
Changes since 4.4.0 (New Features)
- none