mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
d91062c41e
With the overlay tests now being built in sandbox Coverity has found a number of issues in the tests. In short, if malloc ever failed we would leak the previous mallocs, so we need to do the usual goto pattern to free each in turn. Finally, we always looked at the free()d location to see how many tests had failed for the return code. Reported-by: Coverity (CID: 167224, 167227, 167230, 167236) Signed-off-by: Tom Rini <trini@konsulko.com> |
||
---|---|---|
.. | ||
cmd_ut_overlay.c | ||
Kconfig | ||
Makefile | ||
test-fdt-base.dts | ||
test-fdt-overlay-stacked.dts | ||
test-fdt-overlay.dts |