Closed
Bug 6737
Opened 26 years ago
Closed 26 years ago
Implementation for streams do incorrectly terminate streams with null characters
Categories
(Core :: XPCOM, defect, P2)
Core
XPCOM
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: kostello, Assigned: mcmullen)
Details
As discussed with John McMullen, the implementation for string streams will
incorrectly terminate character encodings that have zero in the upper or lower
byte.
Solution: use memcpy instead of strcpy.
Updated•26 years ago
|
Assignee: warren → mcmullen
Comment 1•26 years ago
|
||
String streams have nothing to do with the filespec stuff I agreed to take.
Back to John...
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Component: String → XPCOM
You need to log in
before you can comment on or make changes to this bug.
Description
•