MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013508 | VTK | (No Category) | public | 2012-10-10 18:17 | 2016-07-06 11:42 |
Reporter | Nico Schlömer | ||||
Assigned To | Sankhesh Jhaveri | ||||
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | 6.1.0 | |||
Project | TBD | ||||
Type | crash | ||||
Summary | 0013508: buffer overflow in vtkExodusIIWriter with more than 6 component arrays | ||||
Description | When using the vtkExodusIIWriter to write out a data array with more than 6 components, a buffer overflow occurs. The vtkXMLUnstructuredGridWriter is not affected. An example script that highlights the crash is attached. Builds with ================ *snip* ================ cmake_minimum_required(VERSION 2.8) FIND_PACKAGE(VTK) INCLUDE_DIRECTORIES(SYSTEM ${VTK_INCLUDE_DIRS}) SET(MY_EXECUTABLE "a.out") ADD_EXECUTABLE( "a.out" "exodus-writer.cpp") TARGET_LINK_LIBRARIES("a.out" vtkIO vtkParallel) ================ *snap* ================ | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | exodus-writer.cpp (2,400) 2012-10-10 18:17 https://www.vtk.org/Bug/file/9298/exodus-writer.cpp | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-10-10 18:17 | Nico Schlömer | New Issue | |||
2012-10-10 18:17 | Nico Schlömer | File Added: exodus-writer.cpp | |||
2013-12-18 10:27 | Sankhesh Jhaveri | Note Added: 0032019 | |||
2013-12-18 10:27 | Sankhesh Jhaveri | Status | backlog => expired | ||
2013-12-18 10:27 | Sankhesh Jhaveri | Fixed in Version | => 6.1.0 | ||
2013-12-18 10:27 | Sankhesh Jhaveri | Resolution | open => fixed | ||
2013-12-18 10:27 | Sankhesh Jhaveri | Assigned To | => Sankhesh Jhaveri | ||
2014-10-04 20:21 | Berk Geveci | Status | expired => backlog | ||
2014-10-04 20:21 | Berk Geveci | Resolution | fixed => reopened | ||
2016-07-06 11:42 | Sankhesh Jhaveri | Note Added: 0036184 | |||
2016-07-06 11:42 | Sankhesh Jhaveri | Status | backlog => closed | ||
2016-07-06 11:42 | Sankhesh Jhaveri | Resolution | reopened => fixed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|