schwehr / generic-sensor-format

Sonar Generic Sensor Format (gsf) codec
Other
13 stars 8 forks source link

CID 113066 (#1 of 2): Unchecked return value from library (CHECKED_RETURN) #60

Closed schwehr closed 8 years ago

schwehr commented 8 years ago

calling fseek without checking the return value in gsf_indx.c: Line 1130 and Line 1180

Proposing to just warn to stderr for now and add a todo about bailing out. Then I'll need to watch to see if that ever happens. And if not, #59 for fuzz testing is even more critical.

schwehr commented 8 years ago

Confirmed fixed by Coverity Scan.