View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
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 | |||||||
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* ================ | ||||||||
Tags | No tags attached. | ||||||||
Project | TBD | ||||||||
Type | crash | ||||||||
Attached Files | exodus-writer.cpp [^] (2,400 bytes) 2012-10-10 18:17 | ||||||||
Relationships | |
Relationships |
Notes | |
(0032019) Sankhesh Jhaveri (manager) 2013-12-18 10:27 |
Could not reproduce issue in version 6.1.0. Please feel free to reopen if its still not working. |
(0036184) Sankhesh Jhaveri (manager) 2016-07-06 11:42 |
Closing since I cannot reproduce it with the latest master as of 07/06/2015. |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |