2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 13:57:50 +00:00
Thomas Markwalder 753d458b1f [#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
2019-06-12 09:57:32 -04:00
..
2019-06-06 13:31:08 -04:00
2007-05-21 22:26:53 +00:00
2017-12-23 01:18:23 +01:00
2017-12-23 01:18:23 +01:00
2017-12-23 01:18:23 +01:00
2017-12-30 16:52:24 +00:00