Skip to content

Commit

Permalink
Fix Base64 decoding regressions from whitespace handling (#86396)
Browse files Browse the repository at this point in the history
* 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.

* Address PR feedback for pre-existing code
  • Loading branch information
stephentoub authored May 18, 2023
1 parent 003b5ea commit 2f18df4
Showing 1 changed file with 174 additions and 182 deletions.
Loading

0 comments on commit 2f18df4

Please sign in to comment.