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

Version check for serialized data headers #35376

Merged
merged 2 commits into from
Apr 8, 2020

Commits on Apr 6, 2020

  1. Version check for serialized data headers

    Check that the serialization data format is compatible before attempting
    to read a serialized stream. New versions of Serialization are assumed
    to be able to read old serialized data, but attempting to read newer
    data with an older version of Serialization will fail with an error.
    c42f committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    ef6d7a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Remove wordsize check

    c42f committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    77c202f View commit details
    Browse the repository at this point in the history