2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-22 01:49:35 +00:00

update RELNOTES for CVE-2009-1892

This commit is contained in:
David Hankins 2009-10-05 19:05:22 +00:00
parent 2267da8477
commit e4e3a2ab42

View File

@ -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.