Closed
Bug 1542888
Opened 6 years ago
Closed 6 years ago
avoid Rkv::Manager call to std::fs::canonicalize
Categories
(Toolkit :: Storage, defect)
Toolkit
Storage
Tracking
()
RESOLVED
FIXED
mozilla68
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: myk, Assigned: myk)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
kvstore should avoid crashing on Android in std::fs::canonicalize (bug 1531887) by calling Rkv::new directly rather than through the Rkv::Manager singleton.
Assignee | ||
Comment 1•6 years ago
|
||
Avoid using Rkv::Manager, which calls std::fs::canonicalize, triggering bug 1531887 in Firefox on Android.
Updated•6 years ago
|
Component: General → Storage
Pushed by myk@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a978703681f9
avoid Rkv::Manager call to std::fs::canonicalize r=lina
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
You need to log in
before you can comment on or make changes to this bug.
Description
•