aboutsummaryrefslogtreecommitdiffstats
path: root/src/arch/i386/image/multiboot.c
diff options
context:
space:
mode:
authorEygene Ryabinkin <rea-fbsd@codelabs.ru>2008-08-31 22:17:30 +0400
committerMichael Brown <mcb30@etherboot.org>2008-09-04 11:29:37 +0100
commit6de45ad4ae65d1754abaee4d5e92851b7b40c9b5 (patch)
tree60e06cadb331e70741d118914becb9c85bbc21c4 /src/arch/i386/image/multiboot.c
parent99251f5b326487ef1cd15fb448b20d1c3b534db8 (diff)
downloadipxe-6de45ad4ae65d1754abaee4d5e92851b7b40c9b5.tar.gz
[util] Avoid calling fclose(NULL) in zbin.c
Must check that argument to a fclose() is not NULL -- we can get to the 'err' label when file was not opened. fclose(NULL) is known to produce core dump on some platforms and we don't want zbin to fail so loudly. Signed-off-by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Diffstat (limited to 'src/arch/i386/image/multiboot.c')
0 files changed, 0 insertions, 0 deletions