Closed
Bug 114219
Opened 23 years ago
Closed 22 years ago
mark with 0xdd in PresShell::FreeFrame
Categories
(Core :: Layout, defect, P2)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla1.2alpha
People
(Reporter: dbaron, Assigned: dbaron)
References
(Depends on 1 open bug)
Details
(Whiteboard: [patch])
Attachments
(1 file, 1 obsolete file)
723 bytes,
patch
|
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
We should mark memory with 0xdd in DEBUG builds in PresShell::FreeFrame so that
we don't get in the habit of accessing memory we've freed back to the pres
shell's arena.
I'm going to file two dependent bugs that need to happen before this does.
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → mozilla0.9.8
Assignee | ||
Comment 1•23 years ago
|
||
Assignee | ||
Updated•23 years ago
|
Assignee | ||
Updated•23 years ago
|
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.8 → mozilla0.9.9
Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla0.9.9 → Future
Assignee | ||
Updated•23 years ago
|
Target Milestone: Future → mozilla1.1alpha
Comment 2•23 years ago
|
||
Seems like a comment would be good here, lest someone "optimise" this away...
Assignee | ||
Comment 3•23 years ago
|
||
Assignee | ||
Updated•23 years ago
|
Attachment #60944 -
Attachment is obsolete: true
Comment 4•23 years ago
|
||
r=hixie, fwiw
Assignee | ||
Updated•22 years ago
|
Target Milestone: mozilla1.1alpha → mozilla1.1beta
Assignee | ||
Updated•22 years ago
|
Whiteboard: [patch]
Assignee | ||
Updated•22 years ago
|
Target Milestone: mozilla1.1beta → mozilla1.2alpha
Comment 5•22 years ago
|
||
Comment on attachment 81673 [details] [diff] [review]
patch with comment
sr=bzbarsky
Attachment #81673 -
Flags: superreview+
Assignee | ||
Comment 6•22 years ago
|
||
Fix checked in to trunk, 2002-08-06 06:57 PDT.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•