View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000093 | Slicer3 | MRML | public | 2007-08-30 04:18 | 2007-08-31 05:07 |
| Reporter | pieper | Assigned To | nicole | ||
| Priority | low | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | all | OS | OS Version | ||
| Summary | 0000093: remove use of hard coded string lengths | ||||
| Description | some mrml fiducial code has fixed length character arrays like:
in void vtkMRMLFiducial::ReadXMLString(const char *keyValuePairs) This can cause buffer overruns and we should switch to using std::string. | ||||
| Tags | No tags attached. | ||||
| 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 |