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 valgrind constant-time test to make check #723

Closed

Commits on Mar 25, 2020

  1. Add constant-time test to make check and make Travis fail if it fails

    Moreover, this changes the way Travis runs the constant-time tests
    by adding a `--error-exitcode=1` parameter to valgrind. Without that
    parameter, valgrind simply passes the exit code through, even in the
    case of valgrind errors. That is, Travis would succeed even if
    valgrind found problems.
    real-or-random committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    668c7e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35a648f View commit details
    Browse the repository at this point in the history