Closed
Bug 55548
Opened 25 years ago
Closed 25 years ago
Web page causes a crash in the necko cache every time
Categories
(Core :: Networking: Cache, defect, P2)
Tracking
()
People
(Reporter: sfraser_bugs, Assigned: neeti)
References
()
Details
(Keywords: crash)
Loading this web page causes a crash in the necko cache every time.
The crash happens because the entry retrieved on line 517 of
nsReplacementPolicy.cpp is bad (it seems to point 4 bytes off the end of a
block). This is heap corruption, or a stale pointer.
| Reporter | ||
Comment 1•25 years ago
|
||
keywords
Reassigning to neeti
Assignee: gagan → neeti
Status: ASSIGNED → NEW
*** This bug has been marked as a duplicate of 54072 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 4•25 years ago
|
||
Verified, this is a duplicate of bug 54072 "crash in [@
nsReplacementPolicy::AddAllRecordsInCache]"
"The replacement policy keeps around 512 cache entries before it decided it has
to rank them in order to find one to delete."
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•