Opened 15 years ago

Last modified 15 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 mloskot, 15 years ago

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

comment:2 by mcayland, 15 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.

comment:3 by mloskot, 15 years ago

Yes, strk patched this immediately after I reported it. — Mateusz

Note: See TracTickets for help on using tickets.