Closed
Bug 1252859
Opened 10 years ago
Closed 10 years ago
System uptime used for passcode validation and lock out doesn't increment while device is asleep
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
FIXED
3.0
| Tracking | Status | |
|---|---|---|
| fxios-v3.0 | --- | fixed |
People
(Reporter: sleroux, Assigned: sleroux)
References
Details
Attachments
(1 file)
This bug is a follow up to https://github.com/mozilla/firefox-ios/pull/1571. NSProcessInfo's systemUptime method doesn't increment while the device is asleep. This will cause any of the timestamps we save for validating or locking out a user to not 'move' in time while the device is asleep causing the lock out/validation period to be incorrect.
| Assignee | ||
Updated•10 years ago
|
Summary: System uptime used for passcode validation and lock outs don't increment while device is asleep → System uptime used for passcode validation and lock out doesn't increment while device is asleep
Updated•10 years ago
|
tracking-fxios:
--- → ?
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8725800 -
Flags: review?(bnicholson)
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → sleroux
Status: NEW → ASSIGNED
Comment 2•10 years ago
|
||
Comment on attachment 8725800 [details] [review]
Link to Github pull-request: https://github.com/mozilla/firefox-ios/pull/1590
LGTM
Attachment #8725800 -
Flags: review?(bnicholson) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
master b9d3b8d148159c11cdf4d59fe6de47a370f417a4
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
tracking-fxios:
? → ---
Resolution: --- → FIXED
Whiteboard: [needsuplift]
Target Milestone: --- → 3.0
| Assignee | ||
Comment 4•10 years ago
|
||
v3.x 37227ed44b9d2aaf87b76fc133c29a781cd4a73b
status-fxios-v3.0:
--- → fixed
Whiteboard: [needsuplift]
You need to log in
before you can comment on or make changes to this bug.
Description
•