solana-labs / rbpf

Rust virtual machine and JIT compiler for eBPF programs
Apache License 2.0
272 stars 163 forks source link

Fix - JIT second level defence #554

Closed Lichtso closed 5 months ago

Lichtso commented 5 months ago

Credit for finding these go to @BoredPerson

codecov-commenter commented 5 months ago

Codecov Report

Attention: Patch coverage is 72.72727% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 89.38%. Comparing base (179a0f9) to head (bfc91ab).

Files Patch % Lines
src/static_analysis.rs 16.66% 5 Missing :warning:
src/jit.rs 93.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #554 +/- ## ========================================== + Coverage 88.34% 89.38% +1.03% ========================================== Files 24 23 -1 Lines 10282 9947 -335 ========================================== - Hits 9084 8891 -193 + Misses 1198 1056 -142 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.