Closed Bug 582422 Opened 15 years ago Closed 15 years ago

Possible uninitialized variable use in JS_EvaluateUCInStackFrame

Categories

(Core :: JavaScript Engine, defect)

x86
Linux
defect
Not set
normal

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
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?)
This is on m-c tip, so I guess the change just needs to be merged.
Okay, CCing sayrer, so he's aware.
Depends on: 578272
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.