Closed
Bug 1047393
Opened 10 years ago
Closed 10 years ago
entering square brackets in location bar crashes [@ nsDefaultURIFixup::KeywordURIFixup(nsACString_internal const&, nsDefaultURIFixupInfo*, nsIInputStream**) ]
Categories
(Firefox :: Address Bar, defect)
Tracking
()
People
(Reporter: yohann.jardin, Assigned: Gijs)
References
Details
(Keywords: crash, regression)
Crash Data
Attachments
(1 file)
4.03 KB,
patch
|
Gavin
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0 (Beta/Release)
Build ID: 20140731030206
Steps to reproduce:
Write [] in the Location bar and push Enter.
Actual results:
Firefox crash
Expected results:
A search on " [] " should have been launched.
Tried [, ] and {}, these 3 work fine.
Through mozregression :
Last good revision: 9b764e12796d
First bad revision: b97d42484365
Reporter | ||
Updated•10 years ago
|
Component: Untriaged → Location Bar
Comment 1•10 years ago
|
||
Confirmed against Mozilla/5.0 (Windows NT 6.1; WOW64; rv:34.0) Gecko/20100101 Firefox/34.0 ID:20140801093819 CSet: 31f7e7f7d69b
bp-a5812d81-efb0-42b2-bf74-b85052140801
Blocks: 693808
Status: UNCONFIRMED → NEW
Crash Signature: [@ nsDefaultURIFixup::KeywordURIFixup(nsACString_internal const&, nsDefaultURIFixupInfo*, nsIInputStream**) ]
Ever confirmed: true
Keywords: regression
Summary: Square brackets in location bar → entering square brackets in location bar crashes [@ nsDefaultURIFixup::KeywordURIFixup(nsACString_internal const&, nsDefaultURIFixupInfo*, nsIInputStream**) ]
Updated•10 years ago
|
Flags: firefox-backlog+
Assignee | ||
Comment 2•10 years ago
|
||
Gavin, looks like more things that need to be fixed as soon as possible. :-\
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Iteration: --- → 34.2
Points: --- → 2
Flags: needinfo?(gavin.sharp)
Assignee | ||
Updated•10 years ago
|
Assignee | ||
Comment 4•10 years ago
|
||
Attachment #8467066 -
Flags: review?(benjamin)
Assignee | ||
Comment 5•10 years ago
|
||
(this patch is based on top of the one for bug 1042519, but should not be hard to unbitrot if that somehow gets held up (which I believe to be unlikely, but hey))
Updated•10 years ago
|
Attachment #8467066 -
Flags: review?(benjamin) → review+
Flags: needinfo?(gavin.sharp)
Assignee | ||
Updated•10 years ago
|
QA Whiteboard: [qa?] → [qa+]
Updated•10 years ago
|
Iteration: 34.1 → 34.2
Assignee | ||
Comment 7•10 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Updated•10 years ago
|
QA Contact: alexandra.lucinet
Comment 8•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 34
Updated•10 years ago
|
QA Contact: alexandra.lucinet → camelia.badau
Comment 9•10 years ago
|
||
Verified fixed on Windows 7 64bit, Windows 7 32bit, Windows 8.1, Ubuntu 13.10 32bit and Mac OSX 10.8.5 using latest Nightly 34.0a1 (buildID: 20140806030201).
Status: RESOLVED → VERIFIED
QA Whiteboard: [qa+] → [qa!]
Assignee | ||
Comment 10•10 years ago
|
||
Comment on attachment 8467066 [details] [diff] [review]
fix crash in nsIURIFixup,
Approval Request Comment
[Feature/regressing bug #]: 693808
[User impact if declined]: crash with certain location bar input
[Describe test coverage new/current, TBPL]: automated coverage, as well as manual verification
[Risks and why]: none
[String/UUID change made/needed]: none
Attachment #8467066 -
Flags: approval-mozilla-aurora?
Assignee | ||
Updated•10 years ago
|
status-firefox33:
--- → affected
status-firefox34:
--- → verified
Updated•10 years ago
|
Attachment #8467066 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•10 years ago
|
Flags: in-testsuite+
Comment 11•10 years ago
|
||
Comment 12•10 years ago
|
||
Verified fixed on Windows 7 64bit, Ubuntu 13.10 32bit and Mac OSX 10.9.4 using latest Aurora 33.0a2 (buildID: 20140820004001).
You need to log in
before you can comment on or make changes to this bug.
Description
•