MantisBT - IGSTK
View Issue Details
0002943IGSTKpublic2006-03-07 16:002006-06-15 02:02
David Gobbi 
David Gobbi 
normalmajoralways
assignedopen 
0002943: Unsafe C char array usage should be replaced with C++ strings
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.
No tags attached.
Issue History

There are no notes attached to this issue.