Ticket #2362 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

Opening of NITF dataset without image segment causes GDAL to crash

Reported by: rouault Assigned to: rouault
Priority: normal Milestone: 1.5.2
Component: GDAL_Raster Version: 1.5.0
Severity: normal Keywords: nitf
Cc: warmerdam

Description

The crash occurs in NITFDataset::CheckGeoSDEInfo() because of pszMAPLOB = NITFFindTRE(psImage->pachTRE,psImage->nTREBytes,"MAPLOB",NULL) and psImage == NULL.

Change History

05/10/08 07:44:12 changed by rouault

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in trunk in r14419 and in branches/1.5 in r14420