Closed
Bug 1183957
Opened 9 years ago
Closed 9 years ago
Crash: assertionFailure in Storage.Login.formSubmitURL.setter during password sync
Categories
(Firefox for iOS :: Sync, defect)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fxios | + | --- |
People
(Reporter: rnewman, Assigned: rnewman)
Details
(Keywords: crash)
Attachments
(1 file)
if url1?.host != url2?.host {
assertionFailure("Form submit URL domain doesn't match login's domain.")
self._formSubmitURL = nil
return
}
Assignee | ||
Comment 1•9 years ago
|
||
Wes, I'm pretty sure you wanted to remove this, right?
Comment 2•9 years ago
|
||
Yes.
Assignee | ||
Comment 3•9 years ago
|
||
This call stack is while constructing a record from Sync server data. That means we definitely have password records in the wild for which formSubmitURL doesn't match the record's hostname.
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8634131 -
Flags: review?(wjohnston)
Attachment #8634131 -
Flags: review?(etoop)
Updated•9 years ago
|
Attachment #8634131 -
Flags: review?(wjohnston) → review+
Updated•9 years ago
|
Attachment #8634131 -
Flags: review?(etoop) → review+
Assignee | ||
Comment 5•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•