Don't mangle command line arguments with strsep(). Mangle
authorkrw <krw@openbsd.org>
Sat, 6 Apr 2019 08:25:05 +0000 (08:25 +0000)
committerkrw <krw@openbsd.org>
Sat, 6 Apr 2019 08:25:05 +0000 (08:25 +0000)
commit1ae11a2771ca755542cd988909b9148623918f13
tree0168fb6104bc5c90c53cb03e44a495922884b5df
parentcc1fc28705c206922f1dc4a83b7671e063abe152
Don't mangle command line arguments with strsep(). Mangle
a strdup()'d copy and throw it away when done.

cluebat from deraadt@
sbin/dhclient/dhclient.c