mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 990247 - Conditional jump or move depends on uninitialised value(s) and Use of uninitialised value of size 4 [@ dosprintf]. r=n.nethercote.
--HG-- extra : rebase_source : bebbc355cca7365b500b82ef29f29eb29420c600
This commit is contained in:
parent
e4349fe983
commit
2f7d824854
@ -2764,7 +2764,7 @@ jit::Invalidate(JSContext *cx, JSScript *script, ExecutionMode mode, bool resetU
|
||||
return false;
|
||||
|
||||
// Construct the descriptive string.
|
||||
JS_snprintf(buf, len, "Invalidate %s:%llu", filename, script->lineno());
|
||||
JS_snprintf(buf, len, "Invalidate %s:%u", filename, (unsigned int)script->lineno());
|
||||
cx->runtime()->spsProfiler.markEvent(buf);
|
||||
js_free(buf);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user