MantisBT - VTK
View Issue Details
0005040VTK(No Category)public2007-05-15 05:362016-08-12 09:54
Michael.Geppert 
Will Schroeder 
normalmajoralways
closedmoved 
 
 
0005040: inScalar/inTensor usage without NULL pointer check
line 373/374:
  cellTensors = vtkDataArray::CreateDataArray(inTensors->GetDataType());
  cellScalars = vtkDataArray::CreateDataArray(inScalars->GetDataType());

line 615/616:
  cellTensors->Delete();
  cellScalars->Delete();
No tags attached.
has duplicate 0014435closed Dave DeMarle vtkHyperStreamline seg fault when input data has no scalar array 
Issue History
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2013-12-16 18:26Dave DeMarleRelationship addedhas duplicate 0014435
2016-08-12 09:54Kitware RobotNote Added: 0036912
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved

Notes
(0007684)
Mathieu Malaterre   
2007-05-18 05:16   
In what file ?
(0007704)
Michael.Geppert   
2007-05-20 18:51   
sorry..

Graphics/vtkHyperStreamline.cxx
(0036912)
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.