We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The calculation here https://github.com/aspnet/Common/blob/dev/src/Microsoft.Extensions.Primitives/StringSegment.cs#L50 can overflow to a negative value if both offset and length are big enough.
The text was updated successfully, but these errors were encountered:
Do you want to do a quick scan across repos and see if this crops up elsewhere? I see a at least one place in Mvc which has the same issue:
Sorry, something went wrong.
Don't capture asynclocals on timers (#172)
59f0806
* Don't capture in timer delegate * Don'y capture Asynclocals onto the TImer * Don't allocate for cleanup delegate * Don't capture asynclocals to Cleanup timer
JunTaoLuo
No branches or pull requests
The calculation here https://github.com/aspnet/Common/blob/dev/src/Microsoft.Extensions.Primitives/StringSegment.cs#L50 can overflow to a negative value if both offset and length are big enough.
The text was updated successfully, but these errors were encountered: