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

solana_rbpf v0.2.15

Compare
Choose a tag to compare
@dmakarov dmakarov released this 15 Nov 03:02
· 344 commits to main since this release
379fafd

Fixes

  • Fix R_BPF_64_64 relocation handling (#225)
  • Fix verifier shift instruction overflows imm value (#212)

Other Changes

  • Clearify error message MultipleTextSections => NotOneTextSection. (#223)
  • Remove disabled infinite loop check (#219)
  • Make disassembler output more readable (#215)
  • Makes #212 configurable for feature gate. (#213)

Test Builds

  • Fixes the build of the CLI tool. (#224)
  • Fix tests to pass on non-X86_64 architectures (#218)
  • Fix Beta CI Tests (#216)