]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
update RELNOTES for CVE-2009-1892
authorDavid Hankins <dhankins@isc.org>
Mon, 5 Oct 2009 19:05:22 +0000 (19:05 +0000)
committerDavid Hankins <dhankins@isc.org>
Mon, 5 Oct 2009 19:05:22 +0000 (19:05 +0000)
RELNOTES

index 50ee3387a9a88389c45c4033d2de0edbadc37795..8708c35fafabf1f404708e954cd18eabff719085 100644 (file)
--- a/RELNOTES
+++ b/RELNOTES
@@ -188,8 +188,8 @@ work on other platforms. Please report any problems and suggested fixes to
   Specifically, it detects if the caller passed a pointer and size pair
   that causes the pointer to integer-wrap past zero.
 
-- Fixed a fenceposting bug when a client had two host records configured,
-  one using 'uid' and the other using 'hardware ethernet'.
+! Fixed a fenceposting bug when a client had two host records configured,
+  one using 'uid' and the other using 'hardware ethernet'.  CVE-2009-1892
 
 - Fixed the check in the dhcp_interface_signal_handler routine to verify
   the existence of the linked signal handler before calling it.