Skip to content

Comments

speed.c: Check for 0 block size#25822

Closed
t8m wants to merge 1 commit intoopenssl:masterfrom
t8m:coverity-1633936
Closed

speed.c: Check for 0 block size#25822
t8m wants to merge 1 commit intoopenssl:masterfrom
t8m:coverity-1633936

Conversation

@t8m
Copy link
Member

@t8m t8m commented Oct 29, 2024

Although this cannot really happen check for 0 block size to avoid division by 0.

Fixes Coverity 1633936

Although this cannot really happen check for 0 block size
to avoid division by 0.

Fixes Coverity 1633936
@t8m t8m added branch: master Applies to master branch approval: review pending This pull request needs review by a committer triaged: bug The issue/pr is/fixes a bug tests: exempted The PR is exempt from requirements for testing branch: 3.2 Applies to openssl-3.2 (EOL) branch: 3.3 Applies to openssl-3.3 branch: 3.4 Applies to openssl-3.4 labels Oct 29, 2024
Copy link
Member

@beldmit beldmit left a comment

Choose a reason for hiding this comment

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

LGTM

@mattcaswell mattcaswell 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 Oct 29, 2024
Copy link
Contributor

@shahsb shahsb left a comment

Choose a reason for hiding this comment

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

LGTM.

Thanks for addressing this.

@openssl-machine openssl-machine added approval: ready to merge The 24 hour grace period has passed, ready to merge and removed approval: done This pull request has the required number of approvals labels Oct 30, 2024
@openssl-machine
Copy link
Collaborator

This pull request is ready to merge

Copy link
Contributor

@Sashan Sashan left a comment

Choose a reason for hiding this comment

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

looks good to me.

@t8m
Copy link
Member Author

t8m commented Oct 31, 2024

Merged to the master, 3.4, 3.3 and 3.2 branches. Thank you for the reviews.

@t8m t8m closed this Oct 31, 2024
openssl-machine pushed a commit that referenced this pull request Oct 31, 2024
Although this cannot really happen check for 0 block size
to avoid division by 0.

Fixes Coverity 1633936

Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Dmitry Belyavskiy <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Saša Nedvědický <[email protected]>
(Merged from #25822)

(cherry picked from commit 59f5f6c)
openssl-machine pushed a commit that referenced this pull request Oct 31, 2024
Although this cannot really happen check for 0 block size
to avoid division by 0.

Fixes Coverity 1633936

Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Dmitry Belyavskiy <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Saša Nedvědický <[email protected]>
(Merged from #25822)
openssl-machine pushed a commit that referenced this pull request Oct 31, 2024
Although this cannot really happen check for 0 block size
to avoid division by 0.

Fixes Coverity 1633936

Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Dmitry Belyavskiy <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Saša Nedvědický <[email protected]>
(Merged from #25822)

(cherry picked from commit 59f5f6c)
openssl-machine pushed a commit that referenced this pull request Oct 31, 2024
Although this cannot really happen check for 0 block size
to avoid division by 0.

Fixes Coverity 1633936

Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Dmitry Belyavskiy <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Saša Nedvědický <[email protected]>
(Merged from #25822)

(cherry picked from commit 59f5f6c)
coolshrid pushed a commit to coolshrid/openssl that referenced this pull request Nov 9, 2024
Although this cannot really happen check for 0 block size
to avoid division by 0.

Fixes Coverity 1633936

Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Dmitry Belyavskiy <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Saša Nedvědický <[email protected]>
(Merged from openssl#25822)
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 Applies to master branch branch: 3.2 Applies to openssl-3.2 (EOL) branch: 3.3 Applies to openssl-3.3 branch: 3.4 Applies to openssl-3.4 tests: exempted The PR is exempt from requirements for testing triaged: bug The issue/pr is/fixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants