]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: Fix parsing of Bootp/DHCP option 0 (Pad)
authorStefan Brüns <stefan.bruens@rwth-aachen.de>
Fri, 28 Aug 2015 08:15:54 +0000 (10:15 +0200)
committerJoe Hershberger <joe.hershberger@ni.com>
Wed, 28 Oct 2015 19:56:20 +0000 (14:56 -0500)
commitc56eb57316ac0094aa2b5b805762d239a18f0c63
treeb89d40f33ee3f731f9057ae6fa8319434910632c
parent454d9d3ec81c5b77adaecb9a6254336d4c5775a9
net: Fix parsing of Bootp/DHCP option 0 (Pad)

Pad has no len byte, so the normal parsing code fails.

Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
net/bootp.c