CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2017/04/04 07:01:20
Modified files: sbin/dhclient : clparse.c dhclient.c dhcpd.h Log message: Treat SSID's like the 0 to 32 bytes of uint8_t data that they really are. Track and use the actual lengths and use memcpy()/memcmp() instead of strcmp()/strdup().