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

solana_rbpf v0.2.25

Compare
Choose a tag to compare
@Lichtso Lichtso released this 24 Mar 00:01
· 291 commits to main since this release
330baea

Fixes:

  • #281 Fix: Stack gap end check
  • #280 Reject callx r10
  • #278 Syscall & BPF function hash collision
  • #276 Fix: Static analyzer CHK algorithm
  • #275 Fix static analysis: Detect dead code caused by CFG cycles

CI:

  • #285 CI: Adds more test cases

Other Changes:

  • #286 Cleanup: MemoryMapping
  • #282 CLI tool independent jit_compile()
  • #277 Pull deps forward