View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0014515 | VTK | (No Category) | public | 2014-01-15 10:00 | 2015-01-09 13:40 | ||||
Reporter | Adrian Winterstein | ||||||||
Assigned To | Sean McBride | ||||||||
Priority | normal | Severity | minor | Reproducibility | have not tried | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | OS Version | |||||||
Product Version | 6.0.0 | ||||||||
Target Version | Fixed in Version | 6.2.0 | |||||||
Summary | 0014515: STL reader crashes on linux if loading an invalid STL file | ||||||||
Description | The vtkSTLReader crashes if an invalid file is loaded. An example file is attached to this report. The crash occurs on line 146 ("fclose(fp);") of vtkStlReader.cxx as fclose is called on an already closed file handle. The crash only occurs on linux. | ||||||||
Tags | hackaton | ||||||||
Project | Kitware | ||||||||
Type | crash | ||||||||
Attached Files | InvalidSurface.stl [^] (81 bytes) 2014-01-15 10:00 stl-fclose.patch [^] (3,296 bytes) 2014-01-15 10:02 [Show Content] | ||||||||
Relationships | |
Relationships |
Notes | |
(0032175) Adrian Winterstein (reporter) 2014-01-15 10:05 |
I've attached a patch for this issue. Now, the file is only closed in the function where it was opened before (RequestData()). Instead of closing it sometimes inside a subfunction. |
(0033398) Sean McBride (developer) 2014-10-01 15:02 |
http://review.source.kitware.com/17304 [^] |
(0033417) Sean McBride (developer) 2014-10-02 09:22 |
Merged. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2014-01-15 10:00 | Adrian Winterstein | New Issue | |
2014-01-15 10:00 | Adrian Winterstein | File Added: InvalidSurface.stl | |
2014-01-15 10:02 | Adrian Winterstein | File Added: stl-fclose.patch | |
2014-01-15 10:05 | Adrian Winterstein | Note Added: 0032175 | |
2014-10-01 10:47 | Sean McBride | Assigned To | => Sean McBride |
2014-10-01 10:47 | Sean McBride | Status | backlog => tabled |
2014-10-01 10:47 | Sean McBride | Tag Attached: hackaton | |
2014-10-01 12:40 | Berk Geveci | Status | tabled => backlog |
2014-10-01 15:02 | Sean McBride | Note Added: 0033398 | |
2014-10-01 15:02 | Sean McBride | Status | backlog => gerrit review |
2014-10-01 15:02 | Sean McBride | Resolution | open => fixed |
2014-10-01 15:02 | Sean McBride | Fixed in Version | => 6.2.0 |
2014-10-02 09:22 | Sean McBride | Note Added: 0033417 | |
2014-10-02 09:22 | Sean McBride | Status | gerrit review => closed |
2015-01-09 13:39 | Sean McBride | Source_changeset_attached | => VTK master dde77d29 |
2015-01-09 13:40 | Sean McBride | Source_changeset_attached | => VTK master e579693c |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |