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 Base64 decoding regressions from whitespace handling #86396

Merged
merged 3 commits into from
May 18, 2023

Commits on May 17, 2023

  1. Fix Base64 decoding regressions from whitespace handling

    Put the main code paths back to how they were before, with the sole exception being an extra method argument and an extra check in the InvalidData exit section that delegates to a helper if that method argument is true.
    stephentoub committed May 17, 2023
    Configuration menu
    Copy the full SHA
    b971ef9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1b14a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4819fd View commit details
    Browse the repository at this point in the history