Skip to content

Ignore a null AT_BASE value. #934

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 15, 2023
Merged

Ignore a null AT_BASE value. #934

merged 2 commits into from
Nov 15, 2023

Conversation

sunfishcode
Copy link
Member

When processing AUX values, don't check whether AT_BASE is valid if it is NULL, as NULL indicates a static executable that doesn't have a dynamic linker.

Fixes #933.

When processing AUX values, don't check whether `AT_BASE` is valid if it
is NULL, as NULL indicates a static executable that doesn't have a
dynamic linker.

Fixes #933.

Unverified

This user has not yet uploaded their public signing key.
@sunfishcode sunfishcode merged commit ca03130 into main Nov 15, 2023
@sunfishcode sunfishcode deleted the sunfishcode/null-at-base branch November 15, 2023 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

page_size() returns zero under Alpine Linux
1 participant