MantisBT - VTK
View Issue Details
0006119VTK(No Category)public2007-12-04 09:122016-08-12 09:54
Steve Pieper 
Will Schroeder 
normalcrashalways
closedmoved 
 
 
0006119: vtkCellLinks::DeepCopy causes memory corruption
if you copy a vtkCellLinks (which happens if you DeepCopy a vtkUnstructuredGrid after calling BuildLinks) the internal table of pointers is copied but the pointers all point to locally allocated data. The result is that when you delete the vtkCellLinks instances they double-free the local data.
No tags attached.
Issue History
2007-12-04 09:12Steve PieperNew Issue
2008-02-06 09:21Jeff BaumesStatusbacklog => tabled
2008-02-06 09:21Jeff BaumesAssigned To => Will Schroeder
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036939
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved

Notes
(0036939)
Kitware Robot   
2016-08-12 09:54   
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.