Re: [PATCH 1/1] sandbox: missing return value checks in eth-raw-os

2024-04-12 Thread Tom Rini
On Sun, Jan 07, 2024 at 09:27:12AM +0100, Heinrich Schuchardt wrote: > We should check the return value of fcntl(). > > Addresses-Coverity-ID: 131108 ("Unchecked return value from library") > Addresses-Coverity-ID: 131109 ("Unchecked return value from library") > Signed-off-by: Heinrich

[PATCH 1/1] sandbox: missing return value checks in eth-raw-os

2024-01-07 Thread Heinrich Schuchardt
We should check the return value of fcntl(). Addresses-Coverity-ID: 131108 ("Unchecked return value from library") Addresses-Coverity-ID: 131109 ("Unchecked return value from library") Signed-off-by: Heinrich Schuchardt --- arch/sandbox/cpu/eth-raw-os.c | 14 -- 1 file changed, 12