Closed Bug 1033006 Opened 10 years ago Closed 10 years ago

Use-after-free bug in BasicCodeModules::BasicCodeModules

Categories

(Toolkit :: Crash Reporting, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla33

People

(Reporter: jchen, Assigned: jchen)

References

Details

(Keywords: csectype-uaf)

Attachments

(2 files)

In BasicCodeModules::BasicCodeModules, if RangeMap::StoreRange fails for whatever reason, the |module| pointer is immediately freed at the end of the StoreRange call because of the temporary linked_ptr object passed in as a parameter. However, the code calls |module->code_file()| immediately afterwards, therefore using |module| after it has been freed. [1] http://mxr.mozilla.org/mozilla-central/source/toolkit/crashreporter/google-breakpad/src/processor/basic_code_modules.cc?rev=83c09fe3a658#67
I will get this reviewed upstream if it looks good.
Attachment #8450357 - Flags: review?(ted)
Comment on attachment 8450357 [details] [diff] [review] Don't free pointer in BasicCodeModules::BasicCodeModules before possibly using it (v1) Review of attachment 8450357 [details] [diff] [review]: ----------------------------------------------------------------- Good catch. I can land this upstream for you if you remind me.
Attachment #8450357 - Flags: review?(ted) → review+
Attached patch breakpad-bug-1033006.patch (deleted) — Splinter Review
Upstream patch
Flags: needinfo?(ted)
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: