Re: [PATCH 1/1] mkimage: error handling for FIT image

2022-03-05 Thread Tom Rini
On Tue, Mar 01, 2022 at 08:53:56AM +0100, Heinrich Schuchardt wrote: > If parameter -F is given but FIT support is missing, a NULL pointer might > dereferenced (Coverity CID 350249). > > If incorrect parameters are given, provide a message and show usage. > > Signed-off-by: Heinrich Schuchardt

[PATCH 1/1] mkimage: error handling for FIT image

2022-02-28 Thread Heinrich Schuchardt
If parameter -F is given but FIT support is missing, a NULL pointer might dereferenced (Coverity CID 350249). If incorrect parameters are given, provide a message and show usage. Signed-off-by: Heinrich Schuchardt --- tools/mkimage.c | 7 ++- 1 file changed, 6 insertions(+), 1 deletion(-)