commit | ef98b215a68db3699488b41b7154ecfa6e4d5eaa | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jan 13 02:09:12 2021 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jan 13 02:38:00 2021 +0100 |
tree | 082f34fbda5ba90e3af478d145aedc96024c2bd1 | |
parent | ad6e0f7f14089c625bbe74e4f1c6bc921b8ff3ab [diff] |
image-fit: fit_check_format check for valid FDT 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 <xypron.glpk@gmx.de>