Opened 13 years ago

Last modified 13 years ago

#4069 new defect

Invalid Inline features crash MapServer — at Initial Version

Reported by: aboudreault Owned by: sdlime
Priority: normal Milestone: 6.2 release
Component: MapServer C Library Version: unspecified
Severity: normal Keywords:
Cc:

Description

With the following mapserver layer definition, which contains an invalid inline feature.. mapserver crashes:

LAYER
   NAME poly
   TYPE POLYGON
   STATUS default
   FEATURE
   POINTS
   -1200000 -512631 2072800 1840000
   -100000 -512631 2072800 1840000
    -1200000 -512631
   END
		END

		CLASS # No outline
			OUTLINECOLOR 0 255 0
			COLOR 0 255 0
		END
	END

END

MapServer should valid those features and return an error.

Change History (0)

Note: See TracTickets for help on using tickets.