]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Change the failure mode in option parsing to silently bailing out of option
authorBenno Rice <benno@FreeBSD.org>
Thu, 22 Nov 2001 05:08:35 +0000 (05:08 +0000)
committerBenno Rice <benno@FreeBSD.org>
Thu, 22 Nov 2001 05:08:35 +0000 (05:08 +0000)
commit14f0ab1c5360a99f9ad9fffe12f7d3c1e4fb2d1c
treecbb7850cfa3de1643b2ef72e860d1ffae516f8c0
parentbe2ac88c59ecd9c64240df8d72fcef339fe9aed4
Change the failure mode in option parsing to silently bailing out of option
negotiation rather than rejecting the request.

Apple OpenFirmware 3.0f3 (the version in my iMac) adds trailing garbage to the
end of an otherwise valid request.  Without this change, the requests were
rejected which prevented me from booting.

Reviewed by: obrien
libexec/tftpd/tftpd.c