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

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 );

Attachments (1)

U_0001C.NTF (325.5 KB ) - added by gaopeng 15 years ago.
Test NITF image causing the endless loop

Download all attachments as: .zip

Change History (3)

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).

comment:2 by Even Rouault, 14 years ago

Test added in r19334

Note: See TracTickets for help on using tickets.