View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013220VTK(No Category)public2012-06-06 05:312016-08-12 09:55
ReporterJishuai Zhang 
Assigned ToDave DeMarle 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version5.6.0 
Target VersionFixed in Version 
Summary0013220: a bug in Line 798 in vtkPolygon.cxx
DescriptionThere 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.
TagsNo tags attached.
ProjectKitware
Typecrash
Attached Files

 Relationships

  Notes
(0031031)
Dave DeMarle (administrator)
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 (administrator)
2016-07-06 12:58

https://gitlab.kitware.com/vtk/vtk/merge_requests/1633 [^]
(0037281)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2012-06-06 05:31 Jishuai Zhang New Issue
2013-06-24 20:04 Dave DeMarle Note Added: 0031031
2013-07-22 12:35 Dave DeMarle Status backlog => expired
2013-07-22 12:35 Dave DeMarle Resolution open => fixed
2013-07-22 12:35 Dave DeMarle Assigned To => Dave DeMarle
2014-10-04 20:34 Berk Geveci Status expired => backlog
2014-10-04 20:34 Berk Geveci Resolution fixed => reopened
2016-07-06 12:58 Dave DeMarle Note Added: 0036204
2016-07-06 12:58 Dave DeMarle Status backlog => gerrit review
2016-08-12 09:55 Kitware Robot Note Added: 0037281
2016-08-12 09:55 Kitware Robot Status gerrit review => closed
2016-08-12 09:55 Kitware Robot Resolution reopened => moved


Copyright © 2000 - 2018 MantisBT Team