Closed
Bug 1436707
Opened 7 years ago
Closed 7 years ago
U2FSoftTokenManager isn't initialized from ::Sign()
Categories
(Core :: DOM: Device Interfaces, enhancement, P3)
Core
DOM: Device Interfaces
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: ttaubert, Assigned: ttaubert)
Details
Attachments
(1 file)
U2FSoftTokenManager::Sign() doesn't call ::Init(), and thus mWrappingKey might be just null, if getting an assertion is the first thing it does after starting up Firefox.
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment on attachment 8949326 [details]
Bug 1436707 - Ensure the U2FSoftTokenManager is initialized in when creating an assertion r=jcj
J.C. Jones [:jcj] has approved the revision.
https://phabricator.services.mozilla.com/D563
Attachment #8949326 -
Flags: review+
Pushed by ttaubert@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/c82860cdbeaf
Ensure the U2FSoftTokenManager is initialized in when creating an assertion r=jcj
Updated•7 years ago
|
Priority: -- → P3
Comment 4•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
You need to log in
before you can comment on or make changes to this bug.
Description
•