1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-11 18:20:26 +09:00
Experimenting with dotnet runtime.
Find a file
Atsushi Kanamori a677ea76a2 Add test to ensure FromBase64 bug doesn't regress. (dotnet/corefx#30814)
Convert.FromBase64() had a subtle bug where an illicit
second padding character at the end of the string caused
the decode to "succeed" by dropping the fifth to
last character.

We inadvertently fixed this bug while optimizing that
api in .NetCore 2.1. Adding test to document bug and
ensure we don't regress.

Details in https://github.com/dotnet/corefx/issues/30793

Commit migrated from f1065c7cf0
2018-07-03 13:20:24 -04:00
docs/libraries Update unix-instructions.md 2018-06-20 15:27:30 -07:00
src/libraries Add test to ensure FromBase64 bug doesn't regress. (dotnet/corefx#30814) 2018-07-03 13:20:24 -04:00
tools-local Update CoreClr, CoreSetup to preview1-26703-04, preview1-26703-01, respectively (dotnet/corefx#30808) 2018-07-03 11:08:48 -04:00