Closed
Bug 1300320
Opened 8 years ago
Closed 8 years ago
Remove more of our custom printf implementation (jsprf.cpp)
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: evilpie, Unassigned)
References
Details
We still have formatting for dynamically allocated strings. Find or implement some replacement for it.
Comment 1•8 years ago
|
||
As discussed in bug 553032, the main problem is that the JS printf's "%s"
format accepts NULL, but the standard doesn't require this.
Otherwise it seems this could be reasonably easily done using vasprintf.
Reporter | ||
Comment 2•8 years ago
|
||
We moved our string formatting code to mozglue in bug 1060419.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•