Closed
Bug 760975
Opened 12 years ago
Closed 12 years ago
Heap-buffer-overflow in nsAutoCompleteController::ProcessResult
Categories
(Toolkit :: Autocomplete, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ax330d, Assigned: mak)
References
Details
(Keywords: sec-moderate, Whiteboard: [asan])
Attachments
(1 file)
2.21 KB,
text/plain
|
Details |
ASan reported heap-buffer-overflow, steps that may help to reproduce this bug:
1. open blank tab
2. start typing in any address
3. with arrow down choose one of suggested url's
4. press Ctrl+Back
Attached ASan log is for build http://hg.mozilla.org/mozilla-central/rev/12ab69851e05
Reporter | ||
Comment 1•12 years ago
|
||
This bug looks similar to https://bugzilla.mozilla.org/show_bug.cgi?id=756861, but I am not sure.
Component: Untriaged → Autocomplete
Product: Firefox → Toolkit
QA Contact: untriaged → autocomplete
This looks related to bug 756861 and bug 720589. Mak?
Updated•12 years ago
|
Keywords: testcase-wanted
Whiteboard: [asan]
Updated•12 years ago
|
Updated•12 years ago
|
Assignee: nobody → mak77
Comment 3•12 years ago
|
||
Any luck getting a testcase for this?
Reporter | ||
Comment 4•12 years ago
|
||
I guess here the test-case is not possible due to the nature of trigger - it requires user interaction. I was not able to find any other way to reproduce that bug, except of the steps mentioned in the very first message. Also, looks like the bug is fixed - in mentioned build it was quite easy to reproduce, but in build cf4face65451 I am not able to reproduce this.
Comment 5•12 years ago
|
||
I tried those steps in a 6/1 build (http://hg.mozilla.org/try/rev/2f7a34cd51eb) that Christian made for Linux and cannot reproduce the problem.
Reporter | ||
Comment 7•12 years ago
|
||
(In reply to Al Billings [:abillings] from comment #6)
> Arthur, does this still reproduce?
No, it doesn't crash since Comment 4.
Updated•12 years ago
|
Group: core-security
Status: UNCONFIRMED → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Updated•9 years ago
|
Keywords: testcase-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•