Changes between Initial Version and Version 3 of Ticket #2751


Ignore:
Timestamp:
Mar 2, 2009, 8:55:54 AM (15 years ago)
Author:
warmerdam
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2751

    • Property Cc rprinceley added
    • Property Keywords grib added
    • Property Component defaultGDAL_Raster
    • Property Status newassigned
  • Ticket #2751 – Description

    initial v3  
    11GRIB driver asserts (crashes) on opening this dataset. The "nSectSize" is a large number, and the memory allocation fails.
    22
     3{{{
    34        memcpy( &nSectSize, abyHead, 4 );
    45        CPL_MSBPTR32( &nSectSize );
     
    78            || VSIFReadL( abyHead, 5, 1, poDS->fp ) != 1 )
    89            break;
     10}}}