Home
last modified time | relevance | path

Searched hist:"8 c84287a0f225e29b688bda848e49a555c68a442" (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/tools/
H A Dmkimage.cdiff 8c84287a0f225e29b688bda848e49a555c68a442 Sun Apr 22 00:11:17 CDT 2018 Alex Kiernan <alex.kiernan@gmail.com> tools: mkimage: Check for datafile when type is script

If generating a script image and no datafile has been passed in, mkimage
dies with SIGSEGV:

#0 __strchr_sse2 () at ../sysdeps/x86_64/multiarch/../strchr.S:32
#1 0x0000000000403818 in main
at tools/mkimage.c:503

Add explicit test for datafile to fix this.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>