View Issue Details

IDProjectCategoryView StatusLast Update
0000378LDMud 3.3Efunspublic2005-11-24 15:32
Reporterwarp Assigned Tolars 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version3.3 
Fixed in Version3.3 
Summary0000378: sprintf("%c", 0) fails
Descriptionsprintf("%c", 0) does not seem to work (returned empty string in my tests) even though 3.3 can handle null-bytes in strings.
TagsNo tags attached.

Activities

lars

2005-05-15 12:37

reporter   ~0000367

This particular case didn't work because sprintf() internally used the system's sprintf() to do the formatting, and the latter doesn't know about 0 bytes in strings.

Fixed in 3.3.703

Issue History

Date Modified Username Field Change
2005-04-01 06:21 warp New Issue
2005-05-15 12:37 lars Status new => resolved
2005-05-15 12:37 lars Fixed in Version => 3.3
2005-05-15 12:37 lars Resolution open => fixed
2005-05-15 12:37 lars Assigned To => lars
2005-05-15 12:37 lars Note Added: 0000367
2005-11-24 15:32 lars Status resolved => closed