New issue
Advanced search Search tips

Issue 876784 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

IndexedDB: Blob storage should calculate+write CRC checks on save, check CRC on access

Project Member Reported by c...@chromium.org, Aug 22

Issue description

IndexedDB uses LevelDB for key+value level access, which uses CRC checking.  This allows catching accidental/unintended bit flips in storage equipment.  When IndexedDB saves data to a blob, however, there's no CRC checking.  We should add CRC checking to our Blob access.
 
Cc: mek@chromium.org dmu...@chromium.org
Status: Available (was: Untriaged)
Marking Available.

Sign in to add a comment