-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release/9.0] Fix length check for Convert.TryToHexString{Lower} (#11…
…0228) * Fix length check for Convert.TryToHexString{Lower} The size of destination should not be less than double source's length. Fix #109807 * Use stackalloc to create a Span * Use new char[] to instead potentially unbounded stackalloc --------- Co-authored-by: Universorum <[email protected]>
- Loading branch information
1 parent
f6615d2
commit 9da8c6a
Showing
2 changed files
with
77 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters