Opened 16 years ago
Last modified 16 years ago
#120 closed task (fixed)
parse_hex does not accept lowe-case A-F characters
Reported by: | mloskot | Owned by: | |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | postgis | Version: | |
Keywords: | Cc: |
Description
In file trunk/liblwgeom/lwgeom_api.c, there is defined function:
uchar parse_hex(char *str)
It does not parse correctly HEX encoded WKB with lower-case characters from set of A-F.
Change History (3)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Looks like strk has committed a fix but not updated the GBT. Moving straight to Fixed as it's such a simple patch.
ATB,
Mark.
Note:
See TracTickets
for help on using tickets.
This issue leaked when I was working with WKTRaster which uses this function. Here is more on that: http://logs.qgis.org/postgis/%23postgis.2009-02-23.log