Ticket #3031 (new defect)
Attempt to read past EOF on AIG Windows VAT table
| Reported by: | grovduck | Owned by: | dmorissette |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.8.1 |
| Component: | GDAL_Raster | Version: | svn-trunk |
| Severity: | minor | Keywords: | ReadRAT, EOF, AVC |
| Cc: | matt.gregory@…, jason.roberts@…, neteler, maphew@…, eadam@… |
Description
Using svn-trunk on Windows XP with ArcInfo? 9.3 grids. When I try to open grids, I receive this message:
ERROR 3: Attempt to read past EOF in D:/matt/vat_test/grid1/../info/../grid1/vat.adf
when it calls ReadRAT() in aigdataset.cpp. I've tested using two different grids, one with 1280 unique values with VALUE and COUNT fields and then a clip of the first with 398 unique values with VALUE and COUNT. Test 1 gives the error message, test 2 is fine.
As in ticket #2447, the attribute data actually reads in correctly, so this is more of an annoyance than a major issue.
Test grids are at: ftp://ftp.fsl.orst.edu/pub/gregorym/vat_test.zip (53.4 MB)
