Skip to content
New issue

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

x509: remove dead call to strlen() #16987

Closed
wants to merge 1 commit into from

Conversation

paulidale
Copy link
Contributor

The condition userlen == -1 isn't possible because this is already checked
on line 159 above and the subsequent strlen(3) call guarantees that it's value
is positive.

  • documentation is added or updated
  • tests are added or updated

The condition `userlen == -1` isn't possible because this is already checked
on line 159 above and the subsequent strlen(3) call guarantees that it's value
is positive.
@paulidale paulidale added branch: master Merge to master branch approval: review pending This pull request needs review by a committer labels Nov 8, 2021
@paulidale paulidale self-assigned this Nov 8, 2021
Copy link
Member

@InfoHunter InfoHunter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like some copy-and-paste magic.

@paulidale paulidale added approval: done This pull request has the required number of approvals and removed approval: review pending This pull request needs review by a committer labels Nov 8, 2021
@t8m t8m added the triaged: cleanup The issue/pr deals with cleanup of comments/docs not altering code significantly label Nov 8, 2021
@openssl-machine openssl-machine removed the approval: done This pull request has the required number of approvals label Nov 9, 2021
@openssl-machine
Copy link
Collaborator

This pull request is ready to merge

@openssl-machine openssl-machine added the approval: ready to merge The 24 hour grace period has passed, ready to merge label Nov 9, 2021
@paulidale
Copy link
Contributor Author

Merged, thanks for the review.

@paulidale paulidale closed this Nov 9, 2021
@paulidale paulidale deleted the remove-dup-strlen branch November 9, 2021 10:02
openssl-machine pushed a commit that referenced this pull request Nov 9, 2021
The condition `userlen == -1` isn't possible because this is already checked
on line 159 above and the subsequent strlen(3) call guarantees that it's value
is positive.

Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
(Merged from #16987)
t8m pushed a commit to t8m/openssl that referenced this pull request Nov 2, 2022
The condition `userlen == -1` isn't possible because this is already checked
on line 159 above and the subsequent strlen(3) call guarantees that it's value
is positive.

Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
(Merged from openssl#16987)

(cherry picked from commit a18cdd2)
openssl-machine pushed a commit that referenced this pull request Nov 9, 2022
The condition `userlen == -1` isn't possible because this is already checked
on line 159 above and the subsequent strlen(3) call guarantees that it's value
is positive.

Reviewed-by: Paul Yang <kaishen.yy@antfin.com>
(Merged from #16987)

(cherry picked from commit a18cdd2)
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: ready to merge The 24 hour grace period has passed, ready to merge branch: master Merge to master branch triaged: cleanup The issue/pr deals with cleanup of comments/docs not altering code significantly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants