]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
If we receive a packet with two options the same which is not
authorRoy Marples <roy@marples.name>
Wed, 14 Nov 2012 10:13:12 +0000 (10:13 +0000)
committerRoy Marples <roy@marples.name>
Wed, 14 Nov 2012 10:13:12 +0000 (10:13 +0000)
commit4550e67ae50299f6f69457578162840c2c125d30
tree237ae96c10695e41d1fa51231fdcaf0c8de13f34
parente25e45c72d64495cfa232277376c9185b474abdc
If we receive a packet with two options the same which is not
supposed to be an array then we now trim to the correct size
rather than just discarding the option.
This also means that if any garbage at the end of the singule
occurance of an option is also discarded.
dhcp.c