Ticket #1603 (closed defect: fixed)

Opened 15 months ago

Last modified 15 months ago

lwgeom_polygon_area variables possible used uninitialized

Reported by: strk Owned by: pramsey
Priority: high Milestone: PostGIS 1.5.4
Component: postgis Version: 1.5.X
Keywords: Cc:

Description

measures.c: In function ‘lwgeom_polygon_area’:
measures.c:1552: warning: ‘o.y’ may be used uninitialized in this function
measures.c:1552: warning: ‘o.x’ may be used uninitialized in this function

Change History

Changed 15 months ago by strk

  • status changed from new to closed
  • resolution set to fixed

Seemed to be a false positive, anyway it's fixed with r9273, and possibly faster too

Note: See TracTickets for help on using tickets.