MantisBT - IGSTK | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0002943 | IGSTK | public | 2006-03-07 16:00 | 2006-06-15 02:02 | |
| Reporter | David Gobbi | ||||
| Assigned To | David Gobbi | ||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | assigned | Resolution | open | ||
| Platform | OS | OS Version | |||
| Summary | 0002943: Unsafe C char array usage should be replaced with C++ strings | ||||
| Description | In the Communication and Tracker classes, as well as in the tests, char arrays and C standard library functions are used in ways that are not strictly safe. Some of these are indicated as warnings by Visual Studio 2005. The use of fixed-length char arrays to hold variable-length data should be avoided throughout IGSTK. The igstk::BinaryData object can be used in places where the char arrays are used for data that is not a null-terminated string. | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| There are no notes attached to this issue. |