Closed
Bug 604670
Opened 15 years ago
Closed 15 years ago
OneClickYouTubeDownloader - HEAP: Free Heap block a285a70 modified at a285b54 after it was freed
Categories
(Firefox :: Extension Compatibility, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: rob1weld, Unassigned)
Details
Attachments
(1 file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 ( .NET CLR 3.5.30729; .NET4.0E)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.10) Gecko/20100914 Firefox/3.6.10 ( .NET CLR 3.5.30729; .NET4.0E)
Getting modified blocks after they were freed.
Please see https://bugzilla.mozilla.org/show_bug.cgi?id=539716#c10
Rob
Reproducible: Always
Steps to Reproduce:
1. See 539716#c10 for use of WinDbg to debug Namoroka.
2. Use commands asked for in 539716#c10 and hit [G]o.
3. Finish debugging by [File][Exit] Namoroka and exit WinDbg
4. View Debug Log.
Actual Results:
Memory used AFTER it is freed.
Expected Results:
We don't own free memory so don't use it.
Is this Bug related to https://bugzilla.mozilla.org/show_bug.cgi?id=563851
actually it might be!
note instead of using urls you can and should use "bug 563851" or "bug 539716 comment 10" to reference bugs or bug comments in comments - bugzilla understands them.
This does not occur any longer, presumed fixed. I am going to close this.
Rob
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Comment 5•15 years ago
|
||
not known what patch or other bug fixed the issue, so => WFM
Resolution: FIXED → WORKSFORME
(In reply to comment #5)
> not known what patch or other bug fixed the issue, so => WFM
Thank you, you are correct.
For reference: https://developer.mozilla.org/en/What_to_do_and_what_not_to_do_in_Bugzilla
Rob
You need to log in
before you can comment on or make changes to this bug.
Description
•