id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 4065,CEOS2: memory access violation when reading file list,belikov,warmerdam,"In file frmts\ceos2\sar_ceosdataset.cpp, line ~1683: {{{ sprintf( szThisExtension, ""%s%s"", CeosExtension[e][iFile], pszExtension+3 ); }}} if there are files without extension in directory, then pszExtension is """" and pszExtension+3 cause to memory access violation. It should be condition check: {{{ if (pszExtension[0] != '\0') sprintf( szThisExtension, ""%s%s"", CeosExtension[e][iFile], pszExtension+3 ); else sprintf( szThisExtension, ""%s"", CeosExtension[e][iFile]); }}} ",defect,closed,normal,1.8.1,GDAL_Raster,1.8.0,normal,fixed,SAR_CEOS,