View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000378 | LDMud 3.3 | Efuns | public | 2005-04-01 04:21 | 2005-11-24 14:32 |
Reporter | warp | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.3 | ||||
Fixed in Version | 3.3 | ||||
Summary | 0000378: sprintf("%c", 0) fails | ||||
Description | sprintf("%c", 0) does not seem to work (returned empty string in my tests) even though 3.3 can handle null-bytes in strings. | ||||
Tags | No tags attached. | ||||
|
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 |
Date Modified | Username | Field | Change |
---|---|---|---|
2005-04-01 04:21 | warp | New Issue | |
2005-05-15 10:37 |
|
Status | new => resolved |
2005-05-15 10:37 |
|
Fixed in Version | => 3.3 |
2005-05-15 10:37 |
|
Resolution | open => fixed |
2005-05-15 10:37 |
|
Assigned To | => lars |
2005-05-15 10:37 |
|
Note Added: 0000367 | |
2005-11-24 14:32 |
|
Status | resolved => closed |