]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Fix processing of INFORM6 replies without an OK status code.
authorRoy Marples <roy@marples.name>
Tue, 4 Jul 2017 14:29:58 +0000 (15:29 +0100)
committerRoy Marples <roy@marples.name>
Tue, 4 Jul 2017 14:29:58 +0000 (15:29 +0100)
commit8d0f7a87cd607d8422a64e83a8d84d5e95dcd7de
tree5fa7e104a25976edc13e2042956405a5da4964c0
parent36efeb2a72fec3d7f19601b2396a1d93e5e421b9
Fix processing of INFORM6 replies without an OK status code.

While where, ensure that failure to malloc a buffer to print
the status message returns -1 rather than false to indicate an
error.
src/dhcp6.c