summaryrefslogtreecommitdiff
path: root/RELNOTES
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2019-05-15 15:31:42 -0400
committerThomas Markwalder <tmark@isc.org>2019-06-12 09:57:32 -0400
commit753d458b1f257cc2107454db158e14e92fcecb11 (patch)
treeaa9561e6e87dac08912897b3c1d4401a10fdf2a4 /RELNOTES
parent9bb1ce338651eefdaff33558f30ed6acdc4057c6 (diff)
downloadisc-dhcp-753d458b1f257cc2107454db158e14e92fcecb11.tar.gz
[#15,!10] Minor changes to eliminate warnings under GCC 9
added release note common/parse.c parse_warn() - upped format buffer size to squelch warning includes/dhcpd.h struct interface_info - bumped name size by 1 to squelch warning relay/dhcrelay.c request_v4_interface() - replace strncpy with memcpy to squelch warning (len is already checked above it) server/confpars.c parse_failover_peer() - pass token value into log_fatal calls rather than null pointer
Diffstat (limited to 'RELNOTES')
-rw-r--r--RELNOTES3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELNOTES b/RELNOTES
index 7294a458..f52cf469 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -135,6 +135,9 @@ by Eric Young (eay@cryptsoft.com).
and submitting a patch.
[ISC-Bugs #13,!7 git dfcbe359ab278cad70015994ca73ef50d626b23a]
+- Made minor changes to eliminate warnings when compiled with GCC 9.
+ [ISC-Bugs #15,!10] git #TBD]
+
Changes since 4.4.0 (New Features)
- none
Changes since 4.4.0 (Bug Fixes)