commit | 6807cc0859ec0b106c9cbd898176b4de640a6fca | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 13 19:39:30 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 15 18:42:05 2021 -0400 |
tree | c6dae2b17f4ae13abd1397007b02233c2c0d0838 | |
parent | e463bb3f1c6b7e0768bce92afa10c8b175c35146 [diff] |
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)