Marcello Sylvester Bauer has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/38828 )
Change subject: util/ifdtool: add --output flag ......................................................................
Patch Set 4:
(1 comment)
https://review.coreboot.org/c/coreboot/+/38828/3/util/ifdtool/ifdtool.c File util/ifdtool/ifdtool.c:
https://review.coreboot.org/c/coreboot/+/38828/3/util/ifdtool/ifdtool.c@1741 PS3, Line 1741: new_filename = (char *) malloc((strlen(filename) + 5) * sizeof(char));
check for NULL
Done