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

add more madvise EINVAL errno tests #371

Open
jstancek opened this issue Jul 23, 2018 · 0 comments
Open

add more madvise EINVAL errno tests #371

jstancek opened this issue Jul 23, 2018 · 0 comments

Comments

@jstancek
Copy link
Member

Add additional errno tests to madvise02.

   EINVAL This error can occur for the following reasons:
          *  The value len is negative.
          *  addr is not page-aligned.
          *  advice is not a valid value
          *  The application is attempting to release locked or shared pages (with MADV_DONTNEED).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant