[vtkusers] Report a bug in vtkPolygon class
george zhang
zhangjishuai06 at gmail.com
Thu May 31 00:11:31 EDT 2012
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.
--
祝好!
张吉帅
深圳市旭东数字医学影像技术有限公司
地址: 深圳市福田区福华一路98号卓越大厦907室
电话: 13530426121
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20120531/6d6bdc00/attachment.htm>
More information about the vtkusers
mailing list