#1146 closed defect (fixed)
/trunk/doc/html/image_src/generator.c crashes when provided with less-than-three character filenames — at Version 2
Reported by: | bronaugh | Owned by: | strk |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | 1.5.X |
Keywords: | Cc: |
Description (last modified by )
See summary. Patch attached that throws out filenames shorter than 3 characters and cleans up handling of strings.
I don't think it's worth backporting this, being only a tool used for documentation.
Change History (3)
by , 13 years ago
Attachment: | generator.c.diff added |
---|
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 13 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Committed slightly modified patch in r8470 (the calloc call was invalid)