]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4512] added ChangeLog entry master
authorRazvan Becheriu <razvan@isc.org>
Thu, 4 Jun 2026 11:36:10 +0000 (14:36 +0300)
committerRazvan Becheriu <razvan@isc.org>
Sun, 7 Jun 2026 04:38:43 +0000 (04:38 +0000)
ChangeLog

index beb6fd5cb5d4b12731db20c06c0bbc203f96c91b..61784b396caba7b7cdad568192647aa86c6bbf2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2483.  [bug]           razvan
+       Fixed a bug which was causing the dhcpv4 server to crash when
+       reusing expired reservations and hook libraries set the SKIP
+       flag to deny address allocation. Thank you to Qifan Zhang from
+       Palo Alto Networks for reporting the issue.
+       (Gitlab #4512)
+
+2482.  [bug]           razvan
+       Fixed a bug related to dhcpv6 Lease Query which was causing a
+       crash of the server if the retrieved lease is still present in
+       the lease storage but the associated subnet has been deleted.
+       Thank you to Qifan Zhang from Palo Alto Networks for reporting
+       the issue.
+       (Gitlab #4530)
+
 2481.  [bug]           razvan
        Fixed an undefined behavior when processing empty options in
        dhcp4over6 packets. Thank you to Qifan Zhang from Palo Alto