[vtkusers] Report a bug in vtkPolygon class
David Doria
daviddoria at gmail.com
Thu May 31 07:41:18 EDT 2012
On Thu, May 31, 2012 at 12:11 AM, george zhang <zhangjishuai06 at gmail.com> wrote:
> Hi all!
>
> 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.
>
> Hope developers of vtk fit this bug in next version.
Please report bugs on the bug tracker:
http://www.vtk.org/Bug/my_view_page.php
Also, it would be hugely beneficial if you could supply very short
code that demonstrates the problem.
David
More information about the vtkusers
mailing list