Closed Lichtso closed 3 months ago
The Section enum for Executable::text_section has a Section::Owned variant which is never used. Also, the virtual address could be absolute instead of relative (see https://github.com/solana-labs/rbpf/pull/553#discussion_r1670889331).
Section
Executable::text_section
Section::Owned
The
Section
enum forExecutable::text_section
has aSection::Owned
variant which is never used. Also, the virtual address could be absolute instead of relative (see https://github.com/solana-labs/rbpf/pull/553#discussion_r1670889331).