MantisBT - VTK
View Issue Details
0013220VTK(No Category)public2012-06-06 05:312016-08-12 09:55
Jishuai Zhang 
Dave DeMarle 
normalminorhave not tried
closedmoved 
5.6.0 
 
Kitware
crash
0013220: a bug in Line 798 in vtkPolygon.cxx
There is a bug in Line 798 in vtkPolygon.cxx.
"ptId = start+i;" should be "ptId = (start+i)%numPts;".
"ptId = start+i;" tends to cause memory error for address cross-border.
No tags attached.
Issue History
2012-06-06 05:31Jishuai ZhangNew Issue
2013-06-24 20:04Dave DeMarleNote Added: 0031031
2013-07-22 12:35Dave DeMarleStatusbacklog => expired
2013-07-22 12:35Dave DeMarleResolutionopen => fixed
2013-07-22 12:35Dave DeMarleAssigned To => Dave DeMarle
2014-10-04 20:34Berk GeveciStatusexpired => backlog
2014-10-04 20:34Berk GeveciResolutionfixed => reopened
2016-07-06 12:58Dave DeMarleNote Added: 0036204
2016-07-06 12:58Dave DeMarleStatusbacklog => gerrit review
2016-08-12 09:55Kitware RobotNote Added: 0037281
2016-08-12 09:55Kitware RobotStatusgerrit review => closed
2016-08-12 09:55Kitware RobotResolutionreopened => moved

Notes
(0031031)
Dave DeMarle   
2013-06-24 20:04   
Does the issue still exist in 5.10/6.0?

If so, would you mind submitting a gerrit topic with the proposed change for review and automated testing? For details on how to do so, see http://www.vtk.org/Wiki/VTK/Git/Develop [^]

Also please provide a simple test case to demonstrate the problem.

thankyou
(0036204)
Dave DeMarle   
2016-07-06 12:58   
https://gitlab.kitware.com/vtk/vtk/merge_requests/1633 [^]
(0037281)
Kitware Robot   
2016-08-12 09:55   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.