Open
Bug 736760
Opened 13 years ago
Updated 2 years ago
GC: use valgrind macros to annotate use and free of GCThings
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: terrence, Unassigned)
References
(Blocks 1 open bug)
Details
The fuzzers would like this to help detect read-after-free errors. Currently we detect use-after-free by filling with 0xbd; these annotations should allow valgrind to spot any "use of uninitialized memory".
Assignee | ||
Updated•10 years ago
|
Assignee: general → nobody
Reporter | ||
Updated•10 years ago
|
Blocks: GC.stability
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•