MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0001667 | VTK | (No Category) | public | 2005-03-11 16:24 | 2016-08-12 09:54 |
| Reporter | Jim Miller | ||||
| Assigned To | Will Schroeder | ||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0001667: Buffer overrun in vtkOBJExporter | ||||
| Description | The FilePrefix passed to vtkOBJExporter can only be 75 characters long. In vtkOBJExporter::WriteData(), the FilePrefix is appended with ".obj" and ".mtl" and stored in the local variables nameObj and nameMtl. These variables are only allocated to be 80 characters long. Passing in a long prefix with a long directory path can easily overflow this 80 character buffer. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
| 2016-08-12 09:54 | Kitware Robot | Note Added: 0036777 | |||
| 2016-08-12 09:54 | Kitware Robot | Status | expired => closed | ||
| 2016-08-12 09:54 | Kitware Robot | Resolution | open => moved | ||
| Notes | |||||
|
|
|||||
|
|
||||