View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0013220 | VTK | (No Category) | public | 2012-06-06 05:31 | 2016-08-12 09:55 | ||||
Reporter | Jishuai Zhang | ||||||||
Assigned To | Dave DeMarle | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | moved | ||||||
Platform | OS | OS Version | |||||||
Product Version | 5.6.0 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0013220: 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. | ||||||||
Tags | No tags attached. | ||||||||
Project | Kitware | ||||||||
Type | crash | ||||||||
Attached Files | |||||||||
Relationships | |
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. |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |