Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

v1.16: big_mod_exp syscall: exclude inputs of numbers larger than 4096-bits (backport of #32520) #32526

Merged
merged 1 commit into from
Jul 19, 2023

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jul 18, 2023

This is an automatic backport of pull request #32520 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

…32520)

* limit inputs length

* fix clippy

* add test_syscall_big_mod_exp test

* cargo fmt

* add SBPFVersion

---------

Co-authored-by: valiksinev <valiksinev@yahoo.com>
Co-authored-by: derrek <derrek.haxx@yahoo.com>
(cherry picked from commit 5d9c1d8)
@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

Merging #32526 (e674841) into v1.16 (8768abf) will increase coverage by 0.0%.
The diff coverage is 100.0%.

@@           Coverage Diff           @@
##            v1.16   #32526   +/-   ##
=======================================
  Coverage    81.9%    81.9%           
=======================================
  Files         762      762           
  Lines      207599   207637   +38     
=======================================
+ Hits       170160   170196   +36     
- Misses      37439    37441    +2     

@samkim-crypto samkim-crypto requested a review from t-nelson July 18, 2023 20:42
@mvines mvines merged commit e75eac9 into v1.16 Jul 19, 2023
@mvines mvines deleted the mergify/bp/v1.16/pr-32520 branch July 19, 2023 02:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants