Skip to content

pkcs1_decode potential overflow issue #883 fix, check for error first#887

Closed
StevenEck wants to merge 1 commit intoLegrandin:masterfrom
StevenEck:master
Closed

pkcs1_decode potential overflow issue #883 fix, check for error first#887
StevenEck wants to merge 1 commit intoLegrandin:masterfrom
StevenEck:master

Conversation

@StevenEck
Copy link
Copy Markdown
Contributor

Making sure that the addition (tmp + 10) only occurs after verifying that tmp is not SIZE_T_MAX, eliminates the risk of overflow. #883

…ror first

Making sure that the addition (tmp + 10) only occurs after verifying that tmp is not SIZE_T_MAX, eliminates the risk of overflow.
Legrandin#883
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant