id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
5,GXF open fails for files with more ROWs than POINTs,msalazar@…,warmerda@home.com,"{{{
in gdal/frmts/gxf/gxfopen.c routine GXFGetRawScanline you have

/* -------------------------------------------------------------------- */
/*      Validate scanline.                                              */
/* -------------------------------------------------------------------- */
    if( iScanline < 0 || iScanline >= psGXF->nRawXSize )

Shouldn't the scanline be tested against nRawYSize instead of X?  What I'm
seeing is a failure here because my file is taller than it is wide so when
gdal_translate tries to read the row past nRawXSize it returns an error.
}}}",defect,closed,high,,default,unspecified,normal,fixed,,
