Opened 5 years ago

Last modified 5 years ago

#4353 closed defect

Backend crash using ST_Buffer — at Initial Version

Reported by: strk Owned by: pramsey
Priority: blocker Milestone: PostGIS 3.0.0
Component: postgis Version: master
Keywords: Cc:

Description

It looks like someone changed the API of a C function, resulting in a backend crash upon using ST_Buffer old signature:

==8887== Invalid read of size 1 ==8887== at 0x5442B0: pg_detoast_datum (in /usr/lib/postgresql/9.6/bin/postgres) ==8887== by 0x19D7D2A6: buffer (lwgeom_geos.c:809) ==8887== Address 0x0 is not stack'd, malloc'd or (recently) free'd

NOTE: I'm using old signature because upgrade fails (see #4353)

Signature was changed in r17300 so Paul: it is in your plate to fix!

Change History (0)

Note: See TracTickets for help on using tickets.