Skip to content

Conversation

@warner
Copy link
Collaborator

@warner warner commented Aug 28, 2022

This prints the addresses of things found in the .text/.data/.bss
sections, the heap, and the stack. If two different invocations on the
same system print different values, then ASLR is probably randomizing
the address-space layout.

This prints the addresses of things found in the .text/.data/.bss
sections, the heap, and the stack. If two different invocations on the
same system print different values, then ASLR is probably randomizing
the address-space layout.
@warner warner requested a review from dckc August 28, 2022 08:18
@warner warner removed the request for review from dckc August 28, 2022 08:29
@warner warner marked this pull request as draft August 28, 2022 08:30
@warner
Copy link
Collaborator Author

warner commented Aug 28, 2022

We don't really need to merge this, it's a one-off test to see whether the GitHub CI machines have ASLR enabled.

Copy link
Collaborator

@dckc dckc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems worthwhile.

@dckc
Copy link
Collaborator

dckc commented Aug 28, 2022

it's a one-off test

oops; I just now noticed that.

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.

4 participants