Opened 5 years ago

Closed 5 years ago

#943 closed defect (invalid)

Assertion failure in SIRtreePointInRing

Reported by: dbaston Owned by: dbaston
Priority: major Milestone:
Component: Default Version: main
Severity: Significant Keywords:
Cc:

Description

Crashes on construction. The class is not used anywhere in GEOS and is not exposed in the CAPI. It does have a commented-out usage in IsValidOp.

LinearRing* ring = (LinearRing*) GEOSGeomFromWKT("LINEARRING (0 0, 1 0, 1 1, 0 1, 0 0)") );

SIRtreePointInRing pir(ring);

Change History (1)

comment:1 by dbaston, 5 years ago

Resolution: invalid
Status: assignedclosed

Caused by the forward declaration of LinearRing in SIRtreePointInRing; resolved by including LinearRing myself.

Note: See TracTickets for help on using tickets.