diff options
author | Thomas Markwalder <tmark@isc.org> | 2018-01-12 10:41:37 -0500 |
---|---|---|
committer | Thomas Markwalder <tmark@isc.org> | 2018-01-12 10:41:37 -0500 |
commit | db4e4aa2e429a070f30c5795300a77312144bc8f (patch) | |
tree | e8ba1c2a2baa518a9573069b821a03a45fd13b29 /RELNOTES | |
parent | d394b602d43f24cd96fff3fbfb0c7b386b352cca (diff) | |
download | isc-dhcp-db4e4aa2e429a070f30c5795300a77312144bc8f.tar.gz |
[master] Fixed relative file name crash
Merges in rt46957
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -103,6 +103,13 @@ by Eric Young (eay@cryptsoft.com). cannot rely on the results of executable statements. [ISC-Bugs #45451] +- Fixed a bug which causes dhcpd and dhclient to crash on certain + systems when given relative path names for lease or pid files on + the command line. Affected systems are those on which the C library + function, realpath() does not support a second parameter value of + NULL (see manpages for realpath(3)). + [ISC-Bugs #46957] + Changes since 4.4.0a1 (New Features) - Added experimental support for relay port (draft-ietf-dhc-relay-port-10.txt) |