Opened 9 years ago

Closed 9 years ago

#3185 closed defect (fixed)

ST_AsTWKB causing server crash

Reported by: nicklas Owned by: pramsey
Priority: medium Milestone: PostGIS 2.2.0
Component: postgis Version: master
Keywords: Cc:

Description

select st_astwkb(array['point(1 1)'::geometry ],array[null::int]);

gives server crash

caused by attempt to free unallocated idlist

Change History (1)

comment:1 by nicklas, 9 years ago

Resolution: fixed
Status: newclosed

should be fixed with r13730

Note: See TracTickets for help on using tickets.