Closed
Bug 1057462
Opened 11 years ago
Closed 11 years ago
IonSpewer.cpp:399:29: warning: format not a string literal and no format arguments [-Wformat-security]
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1057066
People
(Reporter: dholbert, Unassigned)
Details
Attachments
(1 file)
785 bytes,
patch
|
Details | Diff | Splinter Review |
New build warning:
{
js/src/jit/IonSpewer.cpp:399:29: warning: format not a string literal and no format arguments [-Wformat-security]
fprintf(IonSpewFile, str);
^
}
Reporter | ||
Comment 1•11 years ago
|
||
Attachment #8477526 -
Flags: review?(nicolas.b.pierron)
Reporter | ||
Updated•11 years ago
|
Assignee: nobody → dholbert
Status: NEW → ASSIGNED
![]() |
||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•11 years ago
|
Attachment #8477526 -
Flags: review?(nicolas.b.pierron)
Reporter | ||
Updated•11 years ago
|
Assignee: dholbert → nobody
No longer blocks: buildwarning, 1046870
You need to log in
before you can comment on or make changes to this bug.
Description
•