tools: check result of lseek
authorMaks Mishin <maks.mishinfz@gmail.com>
Wed, 22 Jan 2025 16:15:04 +0000 (19:15 +0300)
committerTom Rini <trini@konsulko.com>
Sun, 26 Jan 2025 17:35:46 +0000 (11:35 -0600)
commitf55fa90a959e4644b89c56e692930810c5c462b4
tree0f6776c235b5eb965ffe77564c14a56a5b3d7e84
parent61216767209262f5d005a63fb846a808516ff3bf
tools: check result of lseek

Return value of function 'lseek', called at pblimage.c:211,
is not checked, but it is usually checked for this function.

This trigger was found using the Svace static analyzer.

Signed-off-by: Maks Mishin <maks.mishinFZ@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
tools/pblimage.c