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

Fix integer overflow in skip(s::IOBuffer, typemax(Int64)) #54070

Merged
merged 6 commits into from
Apr 17, 2024

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    3f43a8a View commit details
    Browse the repository at this point in the history
  2. simplify seek clamping

    nhz2 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    440fa8c View commit details
    Browse the repository at this point in the history
  3. simplify skip clamping

    nhz2 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    b27a93f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f1981e4 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. remove unneeded assert

    nhz2 authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    97d57ad View commit details
    Browse the repository at this point in the history
  2. add back corrected comment

    nhz2 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    bb37393 View commit details
    Browse the repository at this point in the history