dhclient - Add some more paranoia and make code clearer.
commit685fcbc878fd00a44eb0c76425163373c70c074b
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Tue, 14 Aug 2012 23:06:26 +0000 (15 01:06 +0200)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Sun, 19 Aug 2012 14:30:59 +0000 (19 16:30 +0200)
tree38c88fe2d3a0f35ca9d5df8ad20f81e4d213ad4e
parentf568cd1e4b2b81c7ff0fbd231348721286d6c3ce
dhclient - Add some more paranoia and make code clearer.

- Check that the required length field for the option
  is present before using it. Reject lease if no length
  field is present.

Taken-from: OpenBSD
sbin/dhclient/options.c