]> git.ipfire.org Git - thirdparty/u-boot.git/commit
sandbox: missing return value checks in eth-raw-os
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sun, 7 Jan 2024 08:27:12 +0000 (09:27 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 12 Apr 2024 14:53:31 +0000 (08:53 -0600)
commit233c31d7baecd6fdb3e287683019205af02aa221
tree96fdf253d50cf89309234a645f2fed8291af5535
parentd5e6401011a269328d3ea69468532b4125fd2bb9
sandbox: missing return value checks in eth-raw-os

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 <heinrich.schuchardt@canonical.com>
arch/sandbox/cpu/eth-raw-os.c