CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/05/20 12:27:16
Modified files:
sbin/dhclient : dhclient.c kroute.c privsep.c privsep.h
Log message:
Replace fixed 128-byte fields for search domains, static routes and
domain name servers with variable sized uint8_t chunks.
Allows larger lists of search domains and static routes while making
common situations use much less memory.
Original report of breaching the 128-byte limit for static routes from
James Cook via misc@.
Testing of various versions by Andreas Kusalananda.