Re: [PATCH v2 14/16] sandbox: Silence coverity warning in state_read_file()

2021-07-16 Thread Tom Rini
On Thu, May 13, 2021 at 07:39:30PM -0600, Simon Glass wrote: > In this case the value seems save to pass to os_free(). Add a comment. > > Signed-off-by: Simon Glass > Reported-by: Coverity (CID: 165109) Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 14/16] sandbox: Silence coverity warning in state_read_file()

2021-05-13 Thread Simon Glass
In this case the value seems save to pass to os_free(). Add a comment. Signed-off-by: Simon Glass Reported-by: Coverity (CID: 165109) --- Changes in v2: - Add a standard comment instead of a Coverity annotation arch/sandbox/cpu/state.c | 4 1 file changed, 4 insertions(+) diff --git a/ar