Changes between Initial Version and Version 1 of Ticket #6399


Ignore:
Timestamp:
Mar 4, 2016, 6:20:16 AM (8 years ago)
Author:
swalter75
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6399 – Description

    initial v1  
    1 There was a buffer overflow bug in pre-2.0.2 versions of gdal, which has been corrected in #6256. The correction was to truncate the amount of bytes read to that of the buffer. This resulted in non-functional (but secure) code.
     1There were potential buffer overflows in pre-2.0 versions of gdal, which have been corrected in [32027] and later changesets. The correction was to truncate the amount of bytes read to that of the buffer. This resulted in non-functional (but secure) code.
    22
    33Here we introduce another buffer variable with the correct size to read the full EOL label.
     4
     5There are also other minor corrections in the patch, as well as a new label entry to let the user know that the driver is handling the #5941 bug correctly.