[GRASS-git] [OSGeo/grass] 549ea9: r3.in.v5d: Fix unchecked return value from lseek (...
ShubhamDesai
noreply at github.com
Thu Sep 26 08:31:18 PDT 2024
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 549ea90713722361b7aa80f61016747e2e07ac80
https://github.com/OSGeo/grass/commit/549ea90713722361b7aa80f61016747e2e07ac80
Author: ShubhamDesai <42180509+ShubhamDesai at users.noreply.github.com>
Date: 2024-09-26 (Thu, 26 Sep 2024)
Changed paths:
M raster3d/r3.in.v5d/v5d.c
Log Message:
-----------
r3.in.v5d: Fix unchecked return value from lseek (#4141)
This addresses an issue identified by Coverity Scan (CID: 1207300), where the return value of the lseek function is not checked. Functions return as in other error states after issuing a warning. Small step was taken towards consistency and simplification in another function which uses prints otherwise.
To unsubscribe from these emails, change your notification settings at https://github.com/OSGeo/grass/settings/notifications
More information about the grass-commit
mailing list