Skip to content
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

lockedpool: avoid sensitive data in core files (Linux and FreeBSD) #21

Merged
merged 1 commit into from
Dec 15, 2021

Conversation

fdoving
Copy link
Contributor

@fdoving fdoving commented Dec 14, 2021

Manual backport of bitcoin PR#18443 and bitcoin PR#15633.

Use madvise on Linux and FreeBSD to avoid sensitive data from secure_allocator to be written to swap and core-files.

bitcoin/bitcoin@d831831
bitcoin/bitcoin@f852030

Manual backport of bitcoin PR#18443 and bitcoin PR#15633.

Use madvise on Linux and FreeBSD to avoid sensitive data from secure_allocator to be written to swap and core-files.

bitcoin/bitcoin@d831831
bitcoin/bitcoin@f852030
@alamshafil
Copy link
Contributor

+1

@alamshafil alamshafil changed the base branch from master to dev December 14, 2021 21:45
@alamshafil alamshafil merged commit 7170b3e into AvianNetwork:dev Dec 15, 2021
alamshafil pushed a commit that referenced this pull request Aug 22, 2022
Manual backport of bitcoin PR#18443 and bitcoin PR#15633.

Use madvise on Linux and FreeBSD to avoid sensitive data from secure_allocator to be written to swap and core-files.

bitcoin/bitcoin@d831831
bitcoin/bitcoin@f852030
(cherry picked from commit 7170b3e)
alamshafil added a commit that referenced this pull request Aug 22, 2022
cherry-pick: lockedpool: avoid sensitive data in core files (Linux and FreeBSD) (#21)
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.

None yet

2 participants