summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2018-02-09 14:46:08 -0500
committerThomas Markwalder <tmark@isc.org>2018-02-09 14:46:08 -0500
commit197b26f25309f947b97a83b8fdfc414b767798f8 (patch)
treeef4e0c322499704a6c0dc30ab697cb1b0a579db4 /RELNOTES
parent6826003be8ed4715bd6ac40decc364a65eb5b036 (diff)
downloadisc-dhcp-197b26f25309f947b97a83b8fdfc414b767798f8.tar.gz
[master] Corrected refcnt loss in option parsing
Merges in 47140.
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES8
1 files changed, 7 insertions, 1 deletions
diff --git a/RELNOTES b/RELNOTES
index ca27e6b5..e8d2a5c7 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -89,7 +89,7 @@ by Eric Young (eay@cryptsoft.com).
Changes since 4.4.0 (New Features)
- none
- Changes since 4.4.0 (Bugs)
+ Changes since 4.4.0 (Bug Fixes)
- A delayed-ack value of 0 (the default), now correctly disables the delayed
feature. A change in 4.4.0 prohibited lease updates marking leases active
@@ -97,6 +97,12 @@ by Eric Young (eay@cryptsoft.com).
caused servers to lose active lease assignments upon restart.
[ISC-Bugs #47141]
+! Option reference count was not correctly decremented in error path
+ when parsing buffer for options. Reported by Felix Wilhelm, Google
+ Security Team.
+ [ISC-Bugs #47140]
+ CVE: CVE-2018-xxxx
+
Changes since 4.4.0b1 (New Features)
- Duplicate address detection when binding to a new IPv6 address was added