[vtk-developers] [VTK 0013220]: a bug in Line 798 in vtkPolygon.cxx
Mantis Bug Tracker
mantis at public.kitware.com
Wed Jun 6 05:31:45 EDT 2012
The following issue has been SUBMITTED.
======================================================================
http://www.vtk.org/Bug/view.php?id=13220
======================================================================
Reported By: Jishuai Zhang
Assigned To:
======================================================================
Project: VTK
Issue ID: 13220
Category: (No Category)
Reproducibility: have not tried
Severity: minor
Priority: normal
Status: backlog
Project: Kitware
Type: crash
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 2012-06-06 05:31 EDT
Last Modified: 2012-06-06 05:31 EDT
======================================================================
Summary: a bug in Line 798 in vtkPolygon.cxx
Description:
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.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2012-06-06 05:31 Jishuai Zhang New Issue
======================================================================
More information about the vtk-developers
mailing list