We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug memguard does not compile on FreeBSD: "undefined: unix.MADV_DONTDUMP"
To Reproduce trivial
Expected behavior FreeBSD has MADV_NOCORE instead of MADV_DONTDUMP (https://www.freebsd.org/cgi/man.cgi?query=madvise&sektion=2&manpath=FreeBSD+5.1-release). So MADV_NOCORE should be used when compiling for FreeBSD.
System (please complete the following information):
Additional context Similar issue: #45
The text was updated successfully, but these errors were encountered:
d95e338
Thanks for reporting this. Let me know if the issue persists.
Sorry, something went wrong.
freebsd: use madv_nocore (#82)
3546eef
No branches or pull requests
Describe the bug
memguard does not compile on FreeBSD: "undefined: unix.MADV_DONTDUMP"
To Reproduce
trivial
Expected behavior
FreeBSD has MADV_NOCORE instead of MADV_DONTDUMP (https://www.freebsd.org/cgi/man.cgi?query=madvise&sektion=2&manpath=FreeBSD+5.1-release). So MADV_NOCORE should be used when compiling for FreeBSD.
System (please complete the following information):
Additional context
Similar issue: #45
The text was updated successfully, but these errors were encountered: