Actions
Bug #445
openOFSTRINGSTREAM_GETSTR() can't handle embeded NULL bytes correctly
Status:
New
Priority:
Low
Assignee:
-
Category:
Library and Apps
Target version:
-
Start date:
2012-09-19
Due date:
% Done:
0%
Estimated time:
Module:
all
Operating System:
Compiler:
Description
This is not really a bug, but "lots of possible bugs".
For an example on how this can go wrong:
http://git.dcmtk.org/web?p=dcmtk.git;a=commit;h=eaf92ddd89ffdba7a245e7f691e81e83e6f943f6
Suggested solution: Get rid of OFSTRINGSTREAM_GETSTR() and use OFSTRINGSTREAM_GETOFSTRING() everywhere instead. Which sounds like lots of work.
Updated by Jörg Riesmeier almost 12 years ago
- Category set to Library and Apps
- Module set to all
Updated by Jörg Riesmeier over 7 years ago
- Target version changed from 3.6.3 to 3.6.6
Updated by Marco Eichelberg about 7 years ago
Currently there are 103 occurences of OFSTRINGSTREAM_GETSTR in DCMTK public, and 14 more in the private modules.
Actions