]> git.dujemihanovic.xyz Git - u-boot.git/commit
sandbox: Silence coverity warning in state_read_file()
authorSimon Glass <sjg@chromium.org>
Fri, 14 May 2021 01:39:30 +0000 (19:39 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 15 Jul 2021 22:42:05 +0000 (18:42 -0400)
commit9a72bea6cbb14f196acc6422d6f5b1eefb590a61
treec6dae2b17f4ae13abd1397007b02233c2c0d0838
parentfdfae3727ce2d862c5b7d98106c987202d190712
sandbox: Silence coverity warning in state_read_file()

In this case the value seems save to pass to os_free(). Add a comment.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Coverity (CID: 165109)
arch/sandbox/cpu/state.c