summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2022-08-04 13:35:17 -0400
committerTomek Mrugalski <tomek@isc.org>2022-11-01 15:42:56 +0000
commit97074fadd19e32a6703334e00bed95871724e74f (patch)
tree900c9029fcb4f1f0431668007717adb21d6efd63 /RELNOTES
parent8ec141a460e9c5b5c60d3afc246fe604027ca526 (diff)
downloadisc-dhcp-97074fadd19e32a6703334e00bed95871724e74f.tar.gz
[#253] Fix reference count leak in add_option
RELNOTES Added release note common/options.c add_option() - always dereference the looked up option common/tests/option_unittest.c Added new unit test: ATF_TC_BODY(add_option_ref_cnt, tc)
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES7
1 files changed, 7 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 64d45b20..455027a5 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -28,6 +28,13 @@ ISC DHCP is open source software maintained by Internet Systems
Consortium. This product includes cryptographic software written
by Eric Young (eay@cryptsoft.com).
+ Changes since 4.4.3 (New Features)
+
+! Corrected a reference count leak that occurs when the server builds
+ responses to leasequery packets.
+ [Gitblab #253]
+ CVE: <TBD>
+
Changes since 4.4.2-P1 (New Features)
- Two new OMAPI function calls were added, `dhcpctl_timed_connect()`