-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.SecurityIssues related to security practices for .NET developers.Issues related to security practices for .NET developers.
Description
Type of issue
Other (describe below)
Description
The definition for the reason the ArgumentOutOfRange exception is thrown is "inputBuffer parameter requires a non-negative number"
inputBuffer
isbyte[]
so a negative number is not a valid description- the code actually throws on
inputOffset < 0
Page URL
Content source URL
Document Version Independent Id
73cb004f-eba6-29ef-4f75-b0a68f3c6dee
Article author
Metadata
Metadata
Assignees
Labels
Pri3Indicates issues/PRs that are low priorityIndicates issues/PRs that are low priorityarea-System.SecurityIssues related to security practices for .NET developers.Issues related to security practices for .NET developers.