Closed
Bug 364042
Opened 17 years ago
Closed 17 years ago
First startup profile migration is broken
Categories
(Firefox :: Migration, defect, P2)
Tracking
()
RESOLVED
FIXED
Firefox 3 alpha2
People
(Reporter: Gavin, Assigned: Gavin)
References
Details
Attachments
(1 file)
1019 bytes,
patch
|
asaf
:
review+
|
Details | Diff | Splinter Review |
The patch for bug 345517 changed one use of FindInReadable's end pointer to Find's return value, and didn't account for the fact that the first one points to the end of the found string, while the second indicates the start position of the found string. This means that the profile migration code tries to read version information from "C:\iexplore" instead of "C:\iexplore.exe", for example, which obviously fails because the former doesn't exist.
Assignee | ||
Comment 1•17 years ago
|
||
Assignee | ||
Updated•17 years ago
|
Attachment #248822 -
Flags: review?(benjamin) → review?(mano)
Assignee | ||
Updated•17 years ago
|
Priority: -- → P2
Whiteboard: [patch-r?]
Target Milestone: --- → Firefox 3 alpha2
Comment 2•17 years ago
|
||
Comment on attachment 248822 [details] [diff] [review] patch r=mano.
Attachment #248822 -
Flags: review?(mano) → review+
Assignee | ||
Comment 3•17 years ago
|
||
mozilla/browser/components/migration/src/nsProfileMigrator.cpp 1.25
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Whiteboard: [patch-r?]
You need to log in
before you can comment on or make changes to this bug.
Description
•