summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2022-08-04 16:22:35 -0400
committerTomek Mrugalski <tomek@isc.org>2022-11-01 15:42:56 +0000
commit9e138021c88671f6902d5972fef922ce308a2d7c (patch)
tree820524af93c4380ac0357b455c2efcbd10389398 /RELNOTES
parent6e491dab4454907795964604b4f3419b8b5e028b (diff)
downloadisc-dhcp-9e138021c88671f6902d5972fef922ce308a2d7c.tar.gz
[#254] Fixed memory leak in FQDN unpacking
RELNOTES Added a release note common/options.c fqdn_universe_decode() - replace returns with gotos to ensure memory is freed on label length errors
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES5
1 files changed, 5 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index ae96ca2e..26cb9f51 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -36,6 +36,11 @@ by Eric Young (eay@cryptsoft.com).
[Gitblab #253]
CVE: CVS-2022-2928
+! Corrected a memory leak that occurs when unpacking a packet that has an
+ FQDN option (81) that contains a label whose lenght is greater than 63.
+ [Gitblab #254]
+ CVE: CVS-2022-2929
+
Changes since 4.4.2-P1 (New Features)
- Two new OMAPI function calls were added, `dhcpctl_timed_connect()`