Closed
Bug 1854872
Opened 2 years ago
Closed 2 years ago
Fix a bug in DecryptingInputStream::Seek where it could close underlying base stream
Categories
(Core :: Storage: Quota Manager, defect, P2)
Core
Storage: Quota Manager
Tracking
()
RESOLVED
FIXED
129 Branch
| Tracking | Status | |
|---|---|---|
| firefox129 | --- | fixed |
People
(Reporter: hsingh, Assigned: hsingh)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Fixing a bug in DecryptingInputStream::Seek where it could return wrong offset given valid whence
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → hsingh
Status: NEW → ASSIGNED
| Assignee | ||
Updated•2 years ago
|
Summary: Fixing a bug in DecryptingInputStream::Seek where it could return wrong offset given valid whence → Fix a bug in DecryptingInputStream::Seek where it could return wrong offset given valid whence
| Assignee | ||
Comment 1•2 years ago
|
||
Depends on D170069
Updated•2 years ago
|
Severity: -- → S3
Priority: -- → P2
Updated•2 years ago
|
Attachment #9354793 -
Attachment description: Bug 1854872: Fixing a bug in DecryptingInputStream::Seek.r=#dom-storage-reviewers → WIP: Bug 1854872: Fixing a bug in DecryptingInputStream::Seek.r=#dom-storage-reviewers
Updated•2 years ago
|
Attachment #9354793 -
Attachment description: WIP: Bug 1854872: Fixing a bug in DecryptingInputStream::Seek.r=#dom-storage-reviewers → Bug 1854872: Fixing a bug in DecryptingInputStream::Seek.r=#dom-storage-reviewers
Updated•2 years ago
|
Attachment #9354793 -
Attachment description: Bug 1854872: Fixing a bug in DecryptingInputStream::Seek.r=#dom-storage-reviewers → Bug 1854872: Fixing a bug in DecryptingInputStream::Seek where it could close underlying base seekable stream inadvertently.r=#dom-storage-reviewers
Updated•2 years ago
|
Attachment #9354793 -
Attachment description: Bug 1854872: Fixing a bug in DecryptingInputStream::Seek where it could close underlying base seekable stream inadvertently.r=#dom-storage-reviewers → WIP: Bug 1854872: Fixing a bug in DecryptingInputStream::Seek where it could close underlying base seekable stream inadvertently.r=#dom-storage-reviewers
Updated•2 years ago
|
Summary: Fix a bug in DecryptingInputStream::Seek where it could return wrong offset given valid whence → Fix a bug in DecryptingInputStream::Seek where it could close underlying base stream
Updated•2 years ago
|
Attachment #9354793 -
Attachment description: WIP: Bug 1854872: Fixing a bug in DecryptingInputStream::Seek where it could close underlying base seekable stream inadvertently.r=#dom-storage-reviewers → Bug 1854872: Fixing a bug in DecryptingInputStream::Seek where it could close underlying base seekable stream inadvertently.r=#dom-storage-reviewers
Updated•2 years ago
|
Attachment #9354793 -
Attachment description: Bug 1854872: Fixing a bug in DecryptingInputStream::Seek where it could close underlying base seekable stream inadvertently.r=#dom-storage-reviewers → WIP: Bug 1854872: Fixing a bug in DecryptingInputStream::Seek where it could close underlying base seekable stream inadvertently.r=#dom-storage-reviewers
| Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
Attachment #9405604 -
Attachment description: WIP: Bug 1854872: Fixing ArrayBufferInputStream to be compliant with its interfaces.r=janv → Bug 1854872: Fixing ArrayBufferInputStream to be compliant with its interfaces.r=janv
Updated•2 years ago
|
Attachment #9354793 -
Attachment description: WIP: Bug 1854872: Fixing a bug in DecryptingInputStream::Seek where it could close underlying base seekable stream inadvertently.r=#dom-storage-reviewers → Bug 1854872: Fixing a bug in DecryptingInputStream::Seek where it could close underlying base seekable stream inadvertently.r=#dom-storage-reviewers
Updated•2 years ago
|
Keywords: leave-open
Pushed by hsingh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/de5d9f336439
Fixing ArrayBufferInputStream to be compliant with its interfaces.r=janv
Comment 4•2 years ago
|
||
| bugherder | ||
Updated•2 years ago
|
Keywords: leave-open
Pushed by hsingh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e2e3febb3616
Fixing a bug in DecryptingInputStream::Seek where it could close underlying base seekable stream inadvertently.r=dom-storage-reviewers,janv
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox129:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 129 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•