Changes between Initial Version and Version 1 of Ticket #5315


Ignore:
Timestamp:
Jan 15, 2023, 3:18:13 AM (16 months ago)
Author:
ewie
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5315 – Description

    initial v1  
    5353The segfault is caused by ST_Buffer. Omitting ST_Buffer or calling it with `buffer_or_radius=0` causes no segfault.
    5454
    55 Calling ST_SetSRID with `srid=4647` before ST_Transform is nonsense but it should not return a geometry that causes ST_Buffer to segfault. The origin of this query is a database user who erroneously set incorrect SRID 4647 before transforming geometries.
     55Calling ST_SetSRID with `srid=4647` before ST_Transform is nonsense but ST_Buffer should not segfault on the resulting geometry. The origin of this query is a database user who erroneously set incorrect SRID 4647 before transforming geometries.
    5656
    5757I '''cannot reproduce''' it with Docker images `postgis/postgis:12-3.2` or `postgis/postgis:14-3.3`.