Closed
Bug 1120458
Opened 10 years ago
Closed 10 years ago
js/src/vm/HelperThreads.cpp: lockowner is not initialized in DEBUG build (not DEbUG)
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1118950
People
(Reporter: ishikawa, Unassigned)
Details
Attachments
(1 file)
|
793 bytes,
patch
|
Details | Diff | Splinter Review |
I was checking memory issues in thunderbird using valgrind
when I notice an initialized memory issue in Java code.
A struct/class member is not initialized properly due to a
misspelling of macro name "DEBUG" as "DEbUG".
Other places where the member is used is surrounded by proper "DEBUG" name, and so the usage signals uninitialized memory access.
Patch attached.
| Reporter | ||
Comment 1•10 years ago
|
||
Oops sorry. this is a dup of Bug 1118950
Fix mistyped DEBUG condition in GlobalHelperThreadState()
I rely on the bugzilla feature to show related or possible dups upon entry of a subject line, and bugzilla can't seem to cope with the variations of the subject people pick up.
Oh well.
TIA
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•