View Issue Details

IDProjectCategoryView StatusLast Update
0000093Slicer3MRMLpublic2007-08-31 05:07
Reporterpieper Assigned Tonicole  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformallOSOS Version
Summary0000093: remove use of hard coded string lengths
Description

some mrml fiducial code has fixed length character arrays like:

char keyName[1024];

in void vtkMRMLFiducial::ReadXMLString(const char *keyValuePairs)

This can cause buffer overruns and we should switch to using std::string.

TagsNo tags attached.

Activities

nicole

nicole

2007-08-31 05:07

administrator   ~0000116

Checked in a fix

Issue History

Date Modified Username Field Change
2007-08-30 04:18 pieper New Issue
2007-08-30 04:18 pieper Status new => assigned
2007-08-30 04:18 pieper Assigned To => nicole
2007-08-31 05:07 nicole Note Added: 0000116
2007-08-31 05:07 nicole Status assigned => closed
2007-08-31 05:07 nicole Resolution open => fixed