Closed
Bug 1446041
Opened 7 years ago
Closed 7 years ago
Abort on double free conditions in Release in mozjemalloc
Categories
(Core :: Memory Allocator, enhancement)
Core
Memory Allocator
Tracking
()
RESOLVED
DUPLICATE
of bug 1439474
Tracking | Status | |
---|---|---|
firefox61 | --- | affected |
People
(Reporter: tjr, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: parity-chrome, parity-edge, sec-want)
From my understanding, we currently have Double Free protection in the form of MOZ_DIAGNOSTIC_ASSERT in Nightly and Dev Edition; but in Beta/Release, the protection is limited to Debug builds (i.e. not versions users are running.)
It would be good to switch these to the release builds; the goal is provide security with this feature besides just detecting bugs in testing.
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•