MantisBT - VTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0007065 | VTK | (No Category) | public | 2008-05-21 09:35 | 2016-08-12 09:54 |
| Reporter | Matjaz Jakopec | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | OS | OS Version | |||
| Product Version | |||||
| Target Version | Fixed in Version | ||||
| Project | |||||
| Type | |||||
| Summary | 0007065: Unhandled exception in QVtkWidget when pressing unsupported keys | ||||
| Description | The problem is in qvtkwidget.cxx function const char* ascii_to_key_sym(int i) There is no bounds check of the input value, so there is an unhandled exception when an unsupported key causes a call to ascii_to_key_sym() with a negative parameter. Possible solution: Add bounds check in ascii_to_key_sym() if( i < 0 || i > 255 ) return 0; | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2008-05-21 09:35 | Matjaz Jakopec | New Issue | |||
| 2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) | ||
| 2016-08-12 09:54 | Kitware Robot | Note Added: 0036975 | |||
| 2016-08-12 09:54 | Kitware Robot | Status | expired => closed | ||
| 2016-08-12 09:54 | Kitware Robot | Resolution | open => moved | ||
| 2016-08-12 09:54 | Kitware Robot | Assigned To | => Kitware Robot | ||
| Notes | |||||
|
|
|||||
|
|
||||