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

Correct data corruption tests #613

Merged
merged 1 commit into from
Mar 27, 2020
Merged

Commits on Mar 26, 2020

  1. Correct data corruption tests

    Replace "256 - byte" with "~byte" as an example of data corruption.
    I don't know what the person writing that thought, but if the byte
    happens to be equal exactly 128 then 256 - 128 = 128, nothing gets
    corrupted, and the tests fail. They do occasionally fail, when the
    stars are just right, this was attributed to some issue in the token
    parsers of Secure Cell which ignored some of the bytes. Now all that
    code has been updated to be more strict so *any* changes in the data
    should be reliably detected and result in a failure.
    ilammy committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    20d25c3 View commit details
    Browse the repository at this point in the history