-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More robust support for reading an encrypted Realm
without assuming that the page size is the same across devices. In particular, we now count reading blocks of 0's as a valid block rather than returning early. This supports data patterns of zero'd blocks between two valid data blocks instead of always assuming that the zero'd blocks are at the end.
- Loading branch information
Showing
4 changed files
with
351 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.