]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
Check snprintf doesn't overflow in dhcp_vendor and that a -1
authorRoy Marples <roy@marples.name>
Tue, 5 Aug 2014 17:03:04 +0000 (17:03 +0000)
committerRoy Marples <roy@marples.name>
Tue, 5 Aug 2014 17:03:04 +0000 (17:03 +0000)
commitfec195b56b97e093d7aeffbb0b504fbc9971bdc2
treec5a619d10573f75fa91deaecc38494a696a397a2
parent691817e90a68652e28bb65797d4c9b0f5dd7cffd
Check snprintf doesn't overflow in dhcp_vendor and that a -1
return is correctly handled.

Thanks to Tobias Stoeckmann.
dhcp-common.c
dhcp-common.h
dhcp.c
dhcp6.c
if-options.c