Ticket #1691 (closed defect: fixed)
GDALOpen() crashing on questionable .aux file
| Reported by: | warmerdam | Owned by: | warmerdam |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.4.3 |
| Component: | GDAL_Raster | Version: | 1.4.1 |
| Severity: | normal | Keywords: | hfa |
| Cc: | dron, gaopeng |
Description
GDALOpen() in 1.4 crashes when given an .aux file with an RRDNamesList() looking like this:
RRDNamesList(Eimg_RRDNamesList) @ 6133 + 229 @ 6261
+ algorithm =
+ string = `IMAGINE 2X2 Resampling'
+ nameList[0] =
+ string = `ntf8_1u_ui_atlanta.rrd(:Band_1:_ss_4_)'
+ nameList[1] =
+ string = `ntf8_1u_ui_atlanta.rrd(:Band_1:_ss_8_)'
+ nameList[2] =
+ string = `ntf8_1u_ui_atlanta.rrd(:Band_1:_ss_16_)'
+ nameList[3] =
+ string = `ntf8_1u_ui_atlanta.rrd(:Band_1:_ss_32_)'
+ nameList[4] =
+ nameList[5] =
The problem does not occur in trunk.
Change History
Note: See
TracTickets for help on using
tickets.
