Prevent double free for CMS_add1_cert() and fix doc - backport to 3.0 and 3.1#20275
Closed
DDvO wants to merge 2 commits intoopenssl:openssl-3.0from
Closed
Prevent double free for CMS_add1_cert() and fix doc - backport to 3.0 and 3.1#20275DDvO wants to merge 2 commits intoopenssl:openssl-3.0from
CMS_add1_cert() and fix doc - backport to 3.0 and 3.1#20275DDvO wants to merge 2 commits intoopenssl:openssl-3.0from
Conversation
slontis
reviewed
Feb 21, 2023
paulidale
approved these changes
Feb 21, 2023
hlandau
approved these changes
Feb 22, 2023
Contributor
Author
|
Thank you for the approvals. Interesting that this backport has been approved before the original PR: #19199. |
Collaborator
|
24 hours has passed since 'approval: done' was set, but as this PR has been updated in that time the label 'approval: ready to merge' is not being automatically set. Please review the updates and set the label manually. |
openssl-machine
pushed a commit
that referenced
this pull request
Feb 24, 2023
Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Hugo Landau <[email protected]> Reviewed-by: David von Oheimb <[email protected]> (Merged from #20275)
openssl-machine
pushed a commit
that referenced
this pull request
Feb 24, 2023
… improvements Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Hugo Landau <[email protected]> Reviewed-by: David von Oheimb <[email protected]> (Merged from #20275)
openssl-machine
pushed a commit
that referenced
this pull request
Feb 24, 2023
Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Hugo Landau <[email protected]> Reviewed-by: David von Oheimb <[email protected]> (Merged from #20275) (cherry picked from commit 416e155)
openssl-machine
pushed a commit
that referenced
this pull request
Feb 24, 2023
… improvements Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Hugo Landau <[email protected]> Reviewed-by: David von Oheimb <[email protected]> (Merged from #20275) (cherry picked from commit 9fae775)
Contributor
Author
|
Merged to 3.0 and cherry-picked to 3.1 - thanks @paulidale and @hlandau for the approvals. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport the parts of #19199 containing fixes for
CMS_add1_cert().