View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002943IGSTKpublic2006-03-07 16:002006-06-15 02:02
ReporterDavid Gobbi 
Assigned ToDavid Gobbi 
PrioritynormalSeveritymajorReproducibilityalways
StatusassignedResolutionopen 
PlatformOSOS Version
Summary0002943: Unsafe C char array usage should be replaced with C++ strings
DescriptionIn 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.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
There are no notes attached to this issue.

 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team