Changes between Initial Version and Version 1 of Ticket #5315
- Timestamp:
- 01/15/23 03:18:13 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5315 – Description
initial v1 53 53 The segfault is caused by ST_Buffer. Omitting ST_Buffer or calling it with `buffer_or_radius=0` causes no segfault. 54 54 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.55 Calling 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. 56 56 57 57 I '''cannot reproduce''' it with Docker images `postgis/postgis:12-3.2` or `postgis/postgis:14-3.3`.