schwehr / generic-sensor-format

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

CID 113089: Possibly go over by one on the end of the file table. #64

Open schwehr opened 9 years ago

schwehr commented 9 years ago
CID 113089 (#1 of 1): Out-of-bounds write (OVERRUN)

gsf.c:660

 gsfFileTable[fileTableIndex].fp = fp;

I am pretty sure that the check against numOpenFiles makes sure this can't happen, but going to put in a check to make sure.