summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2012-10-23 12:08:30 -0700
committerShawn Routhier <sar@isc.org>2012-10-23 12:08:30 -0700
commit962d5eab9b1cf99cb850238c4eda362bc7eafb94 (patch)
treef1482ca64bbedd6d197d99bf89bbf71de6bf37b3 /RELNOTES
parent0f750c4fb19823f622cfde356ac7f7aa2c9a3427 (diff)
downloadisc-dhcp-962d5eab9b1cf99cb850238c4eda362bc7eafb94.tar.gz
[master]
[ISC-Bugs #23048] Parsing unquoted base64 strings improved. Parser now properly handles strings that contain reserved names.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index d36f98a1..4bcacdf6 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -147,6 +147,9 @@ work on other platforms. Please report any problems and suggested fixes to
and patches.
[ISC-Bugs #23833]
+- Parsing unquoted base64 strings improved. Parser now properly handles
+ strings that contain reserved names. [ISC-Bugs #23048]
+
Changes since 4.2.3
! Add a check for a null pointer before calling the regexec function.