Skip to content

Fully initialize struct BiFDataRecord#418

Open
bmwiedemann wants to merge 1 commit into
intel:masterfrom
bmwiedemann:padding
Open

Fully initialize struct BiFDataRecord#418
bmwiedemann wants to merge 1 commit into
intel:masterfrom
bmwiedemann:padding

Conversation

@bmwiedemann

Copy link
Copy Markdown

Fully initialize struct BiFDataRecord for reproducible builds.
Without this patch, 4 bytes were left uninitialized and ASLR caused it to have random content.

See https://reproducible-builds.org for why this matters.

Fixes #359

This PR was done while working on reproducible builds for openSUSE.

for reproducible builds.
Without this patch, 4 bytes were left uninitialized
and ASLR caused it to have random content.

See https://reproducible-builds.org/ for why this matters.

Fixes intel#359

This patch was done while working on reproducible builds for openSUSE.
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.

ASLR introduces non-determinism

1 participant