Opened 15 years ago

Closed 15 years ago

Last modified 14 years ago

#3002 closed defect (fixed)

This NITF Can not be opened (endless loop) with recent GDAL — at Version 1

Reported by: gaopeng Owned by: Warmerdam
Priority: normal Milestone: 1.6.2
Component: GDAL_Raster Version: 1.6.1
Severity: normal Keywords: NITF
Cc:

Description (last modified by warmerdam)

An endless loop:

Nitffile.c

  if( bSuccess || !bMadeProgress )
        return bSuccess;
    else
        return NITFReconcileAttachments( psFile );

Change History (2)

by gaopeng, 15 years ago

Attachment: U_0001C.NTF added

Test NITF image causing the endless loop

comment:1 by warmerdam, 15 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed
Version: 1.6.01.6.1

Corrected in trunk (r17059), 1.6 (r17060) and 1.6-esri (r17061).

Note: See TracTickets for help on using tickets.