This repository has been archived by the owner on Jan 10, 2025. It is now read-only.
solana_rbpf v0.2.15
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)