Treat SSID's like the 0 to 32 bytes of uint8_t data that they really
authorkrw <krw@openbsd.org>
Tue, 4 Apr 2017 13:01:20 +0000 (13:01 +0000)
committerkrw <krw@openbsd.org>
Tue, 4 Apr 2017 13:01:20 +0000 (13:01 +0000)
commit181376cfa6ae99a0f7ad07a3f4d74d967c845b99
treece10a94ac3a1204f340abd057090df4612b44b6a
parente897cc1bb16367c15a8078c82f0549cbe47cccff
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().
sbin/dhclient/clparse.c
sbin/dhclient/dhclient.c
sbin/dhclient/dhcpd.h