Closed
Bug 582422
Opened 15 years ago
Closed 15 years ago
Possible uninitialized variable use in JS_EvaluateUCInStackFrame
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jdm, Unassigned)
References
Details
/home/t_mattjo/src/firefox/mobilebase/js/src/jsdbgapi.cpp: In function ‘JSBool JS_EvaluateUCInStackFrame(JSContext*, JSStackFrame*, const jschar*, uintN, const char*, uintN, jsval*)’:
/home/t_mattjo/src/firefox/mobilebase/js/src/jsdbgapi.cpp:1328: warning: ‘displayCopy[0u]’ may be used uninitialized in this function
/home/t_mattjo/src/firefox/mobilebase/js/src/jsdbgapi.cpp:1328: warning: ‘displayCopy[1u]’ may be used uninitialized in this function
/home/t_mattjo/src/firefox/mobilebase/js/src/jsdbgapi.cpp:1328: warning: ‘displayCopy[2u]’ may be used uninitialized in this function
/home/t_mattjo/src/firefox/mobilebase/js/src/jsdbgapi.cpp:1328: warning: ‘displayCopy[3u]’ may be used uninitialized in this function
/home/t_mattjo/src/firefox/mobilebase/js/src/jsdbgapi.cpp:1328: warning: ‘displayCopy[4u]’ may be used uninitialized in this function
/home/t_mattjo/src/firefox/mobilebase/js/src/jsdbgapi.cpp:1328: warning: ‘displayCopy[5u]’ may be used uninitialized in this function
/home/t_mattjo/src/firefox/mobilebase/js/src/jsdbgapi.cpp:1328: warning: ‘displayCopy[6u]’ may be used uninitialized in this function
/home/t_mattjo/src/firefox/mobilebase/js/src/jsdbgapi.cpp:1328: warning: ‘displayCopy[7u]’ may be used uninitialized in this function
/home/t_mattjo/src/firefox/mobilebase/js/src/jsdbgapi.cpp:1328: warning: ‘displayCopy[8u]’ may be used uninitialized in this function
/home/t_mattjo/src/firefox/mobilebase/js/src/jsdbgapi.cpp:1328: warning: ‘displayCopy[9u]’ may be used uninitialized in this function
/home/t_mattjo/src/firefox/mobilebase/js/src/jsdbgapi.cpp:1328: warning: ‘displayCopy[10u]’ may be used uninitialized in this function
/home/t_mattjo/src/firefox/mobilebase/js/src/jsdbgapi.cpp:1328: warning: ‘displayCopy[11u]’ may be used uninitialized in this function
/home/t_mattjo/src/firefox/mobilebase/js/src/jsdbgapi.cpp:1328: warning: ‘displayCopy[12u]’ may be used uninitialized in this function
/home/t_mattjo/src/firefox/mobilebase/js/src/jsdbgapi.cpp:1328: warning: ‘displayCopy[13u]’ may be used uninitialized in this function
/home/t_mattjo/src/firefox/mobilebase/js/src/jsdbgapi.cpp:1328: warning: ‘displayCopy[14u]’ may be used uninitialized in this function
/home/t_mattjo/src/firefox/mobilebase/js/src/jsdbgapi.cpp:1328: warning: ‘displayCopy[15u]’ may be used uninitialized in this function
Comment 1•15 years ago
|
||
The display was removed in tracemonkey http://hg.mozilla.org/tracemonkey/rev/0bf3bcc923dc a la bug 578272. What tree is this, exactly? (/me is still a bit of a bugzilla newb... this this data hidden somewhere in the report?)
| Reporter | ||
Comment 2•15 years ago
|
||
This is on m-c tip, so I guess the change just needs to be merged.
Comment 3•15 years ago
|
||
Okay, CCing sayrer, so he's aware.
| Reporter | ||
Comment 4•15 years ago
|
||
TM merged; no longer an issue.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•