Opened 10 years ago
Closed 10 years ago
#3086 closed defect (fixed)
[RASTER] ST_DumpValues() with out-of-domain parameters may crash the back-end
Reported by: | kain | Owned by: | Bborie Park |
---|---|---|---|
Priority: | critical | Milestone: | PostGIS 2.1.7 |
Component: | raster | Version: | 2.1.x |
Keywords: | ST_DumpValues, history | Cc: |
Description
Run this SQL and the back-end crashes.
A brief description:
when I created a raster table with band 1 and band 2, and queries band numbers other than (1,2) with ST_DumpValues(), then query returns errors and the back-end restarts...
Software environment:
Redhat Enterprise Linux 5, PostgreSQL 9.3.5, PostGIS 2.1.5
And, I've fixed it already, :) I've fix
Attachments (1)
Change History (10)
by , 10 years ago
Attachment: | st_dumpvalues.sql added |
---|
comment:1 by , 10 years ago
Milestone: | → PostGIS 2.1.7 |
---|
comment:2 by , 10 years ago
Priority: | high → critical |
---|
comment:3 by , 10 years ago
Status: | new → assigned |
---|
comment:4 by , 10 years ago
comment:5 by , 10 years ago
If you have fixed it, then just go ahead and attach it to this ticket and Bborie will take a look next he gets the chance.
comment:8 by , 10 years ago
comment:9 by , 10 years ago
Keywords: | history added |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Fixed in 2.1 as of r13393
Note:
See TracTickets
for help on using tickets.
if necessary, I can attach my patch file here, or through GIT etc.