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

EVM: Check that precompile address index is within bounds #996

Merged
merged 2 commits into from
Jan 4, 2023

Conversation

mriise
Copy link
Contributor

@mriise mriise commented Jan 4, 2023

@mriise mriise changed the base branch from master to next January 4, 2023 18:41
@mriise mriise enabled auto-merge (squash) January 4, 2023 18:43
@mriise mriise requested a review from Stebalien January 4, 2023 18:43
@codecov-commenter
Copy link

Codecov Report

Merging #996 (9b93026) into next (00d2e10) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             next     #996      +/-   ##
==========================================
+ Coverage   88.16%   88.20%   +0.03%     
==========================================
  Files         127      127              
  Lines       23460    23468       +8     
==========================================
+ Hits        20683    20699      +16     
+ Misses       2777     2769       -8     
Impacted Files Coverage Δ
actors/evm/src/interpreter/precompiles/mod.rs 70.21% <100.00%> (+2.77%) ⬆️
runtime/src/dispatch.rs 97.72% <0.00%> (-1.14%) ⬇️
test_vm/src/lib.rs 80.31% <0.00%> (+0.36%) ⬆️
...ors/evm/src/interpreter/instructions/arithmetic.rs 81.59% <0.00%> (+0.61%) ⬆️
actors/power/src/lib.rs 84.48% <0.00%> (+0.64%) ⬆️
runtime/src/util/message_accumulator.rs 94.54% <0.00%> (+0.90%) ⬆️

@mriise mriise merged commit 3b31742 into next Jan 4, 2023
@mriise mriise deleted the fix/precompile-address-index branch January 4, 2023 19:43
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.

EVM: Check precompile address to be an index in range
3 participants