forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TieredStorage] Boundary check for accessing hot account meta (solana…
…-labs#34349) #### Problem Hot accounts are stored in accounts blocks, whose offset is smaller than the index block offset. However, the current code doesn't perform any boundary checks when accessing hot account meta. #### Summary of Changes Adds boundary check when accessing hot account meta.
- Loading branch information
1 parent
e858a5a
commit eb948b1
Showing
1 changed file
with
40 additions
and
4 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