clang: fix malloc() warning with assert
Change-Id: I989d2655622a9f11f4a0a2994014e42822587ecd Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com> Reviewed-on: http://openocd.zylin.com/41 Tested-by: jenkins Reviewed-by: Øyvind Harboe <oyvindharboe@gmail.com>
This commit is contained in:
committed by
Øyvind Harboe
parent
0577ba8331
commit
4e079d18bf
@@ -473,6 +473,8 @@ static int image_elf_read_headers(struct image *image)
|
||||
if ((field32(elf, elf->segments[i].p_type) == PT_LOAD) && (field32(elf, elf->segments[i].p_filesz) != 0))
|
||||
image->num_sections++;
|
||||
|
||||
assert(image->num_sections > 0);
|
||||
|
||||
/**
|
||||
* some ELF linkers produce binaries with *all* the program header
|
||||
* p_paddr fields zero (there can be however one loadable segment
|
||||
|
||||
Reference in New Issue
Block a user