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

Android/Linux: Support msan; unpoison output of getrandom syscall. #463

Closed
wants to merge 2 commits into from

Commits on Jun 6, 2024

  1. Test getrandom_uninit() with initially-uninitialized buffer.

    None of the tests are testing `getrandom_uninit()` directly, but
    instead it is marked as covered because `getrandom()` forwards to
    it. However, this means we're never testing an uninitialized input
    to `getrandom_uninit()`. Fix that.
    briansmith committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    8686806 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Support msan; Android/Linux: unpoison output of getrandom syscall.

    See the added comment for details.
    briansmith committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    e53f6e9 View commit details
    Browse the repository at this point in the history