]> git.ozlabs.org Git - petitboot/commitdiff
parser/yaboot: Fix check for image presence
authorJeremy Kerr <jk@ozlabs.org>
Wed, 31 Jul 2013 00:44:11 +0000 (08:44 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Wed, 31 Jul 2013 00:46:54 +0000 (08:46 +0800)
In the cleanup of yaboot option state, 3fb8fb6fb, we change from
checking opt->boot_image to opt, to indicate that we're parsing an image
section.

We missed one check, which is causing a segfault due to the null opt.

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

No differences found