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

zeroize: add #[ignore] to flaky CString test #776

Merged
merged 1 commit into from
Jun 29, 2022

Commits on Jun 29, 2022

  1. zeroize: add #[ignore] to flaky CString test

    This test relies on UB and is flaking out in certain cases:
    
    #774
    
    It's unclear if the test failure indicates a genuine bug in the
    implementation, or is the result of a test with UB.
    
    However, in the meantime it shouldn't block users who would just like
    the test suite to run reliably.
    tarcieri committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    5bdeadf View commit details
    Browse the repository at this point in the history