Closed
Bug 1531160
Opened 7 years ago
Closed 7 years ago
Install hashes reduced to 15 chars
Categories
(Toolkit :: Application Update, defect)
Tracking
()
VERIFIED
FIXED
mozilla67
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | verified |
People
(Reporter: heftig, Assigned: robert.strong.bugs)
References
Details
Attachments
(1 file)
My install hash suddenly has only 15 characters instead of 16. As a result, it insisted on a fresh profile.
I suspect bug 1530560, which falls into the regression range (7c89a561baee works, 5b8896aa3f69 is broken), has introduced a off-by-one error.
| Assignee | ||
Comment 1•7 years ago
|
||
When you say install hash are you referring to your Firefox profile?
Flags: needinfo?(jan.steffens)
| Reporter | ||
Comment 2•7 years ago
•
|
||
I'm referring to installs.ini, which now looks like this (after I replaced the new profile with my existing one):
[334CB573D1216F2]
Default=x0jp7kki.default
Locked=1
[334CB573D1216F23]
Default=x0jp7kki.default
Locked=1
Flags: needinfo?(jan.steffens)
Summary: Install hashes reduced to 11 chars → Install hashes reduced to 15 chars
| Assignee | ||
Comment 3•7 years ago
|
||
Pushed by rstrong@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2624b1bdee9b
Add the original NS_tsnprintf and use a new name for the new function. r=mhowell
Comment 5•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
Updated•7 years ago
|
Assignee: nobody → robert.strong.bugs
| Reporter | ||
Comment 7•7 years ago
|
||
I've verified that the install hashes have returned to 16 chars (custom 98d4803bb2de as well as official build 20190228214753).
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•