summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2018-01-12 10:41:37 -0500
committerThomas Markwalder <tmark@isc.org>2018-01-12 10:41:37 -0500
commitdb4e4aa2e429a070f30c5795300a77312144bc8f (patch)
treee8ba1c2a2baa518a9573069b821a03a45fd13b29 /RELNOTES
parentd394b602d43f24cd96fff3fbfb0c7b386b352cca (diff)
downloadisc-dhcp-db4e4aa2e429a070f30c5795300a77312144bc8f.tar.gz
[master] Fixed relative file name crash
Merges in rt46957
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES7
1 files changed, 7 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 05d035bf..158b7e2f 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -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)