]> git.ozlabs.org Git - petitboot/commitdiff
discover/pxe: check for a valid boot option before adding
authorJeremy Kerr <jk@ozlabs.org>
Fri, 6 Sep 2013 03:46:56 +0000 (11:46 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Fri, 6 Sep 2013 05:23:35 +0000 (13:23 +0800)
If we didn't find any valid boot options in the pxe buffer, we'll call
discover_context_add_boot_option with a NULL boot option.

This change adds a check before we try to add the boot option, and a
test to verify this situation.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

No differences found