Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: validate bytecode cache with CRC32 checksum. #336

Merged
merged 2 commits into from
May 17, 2023

Conversation

andycall
Copy link
Member

@andycall andycall commented May 9, 2023

In some rare cases, the cached bytecode may be corrupt. To ensure the cached bytecode is correct, add a checksum using the CRC32 algorithm.

@andycall andycall force-pushed the feat/validate_bytecode_cache branch 2 times, most recently from 6de9aad to 14090ce Compare May 16, 2023 05:44
@andycall andycall force-pushed the feat/validate_bytecode_cache branch from 14090ce to 33afcb6 Compare May 16, 2023 06:16
@andycall andycall added this pull request to the merge queue May 17, 2023
Merged via the queue into main with commit e1852b1 May 17, 2023
35 checks passed
@andycall andycall deleted the feat/validate_bytecode_cache branch May 17, 2023 03:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants