summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2019-11-09 19:32:55 +0100
committerFrancis Dupont <fdupont@isc.org>2019-11-09 19:32:55 +0100
commit40c0aee0fcacda92a54285d9edf55722df371346 (patch)
tree4b63b0ee47f46f5fa44e86e88f7f0df7a1657286
parent2b20c6fff8d442369e3c08123b7fbc9dced9ef7f (diff)
downloadisc-dhcp-40c0aee0fcacda92a54285d9edf55722df371346.tar.gz
Updated RELNOTES for domain name bad encoding/decoding
-rw-r--r--RELNOTES7
1 files changed, 6 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index 1c8b64ec..09dbcbd4 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -175,10 +175,15 @@ by Eric Young (eay@cryptsoft.com).
ENABLE_GENTLE_SHUTDOWN defined.
[Gitlab #53]
-- Corrected a buffer overflow that can occur when retrieveing zone
+- Corrected a buffer overflow that can occur when retrieving zone
names that are more than 255 characters in length.
[Gitlab #20]
+- The "d" domain name option format was incorrectly handled as text
+ instead of RFC 1035 wire format. Thanks to Jay Doran at BlueCat Networks
+ for reporting this issue.
+ [Gitlab #2]
+
Changes since 4.4.0 (New Features)
- none
Changes since 4.4.0 (Bug Fixes)