On Tue, 12 Jan 2021 at 18:36, Heinrich Schuchardt <[email protected]> wrote: > > fit_check_format() must check that the buffer contains a flattened device > tree before calling any device tree library functions. > > Failure to do may cause segmentation faults. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > common/image-fit.c | 6 ++++++ > 1 file changed, 6 insertions(+)
Reviewed-by: Simon Glass <[email protected]>

