8000 Improve .bss reporting by jackcmay · Pull Request #180 · solana-labs/rbpf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Improve .bss reporting #180

Merged
merged 1 commit into from
May 27, 2021
Merged

Conversation

jackcmay
Copy link

Rust introduces .bss ELF sections that are not just called ".bss" but instead ".bss.". These rw sections are not caught by the loader and thus are only discovered during program execution and reported as an access violation which is very confusing.

This PR improves the detection and reporting of read-write data

@jackcmay jackcmay merged commit 494145f into solana-labs:main May 27, 2021
@jackcmay jackcmay deleted the improve-bss-reporting branch May 27, 2021 18:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0