ERR: replace remnant ECerr() and EVPerr() calls in crypto/#19302
Closed
DDvO wants to merge 1 commit intoopenssl:masterfrom
Closed
ERR: replace remnant ECerr() and EVPerr() calls in crypto/#19302DDvO wants to merge 1 commit intoopenssl:masterfrom
ECerr() and EVPerr() calls in crypto/#19302DDvO wants to merge 1 commit intoopenssl:masterfrom
Conversation
except those throwing ERR_R_MALLOC_FAILURE
This was referenced Sep 29, 2022
levitte
approved these changes
Sep 29, 2022
t8m
approved these changes
Sep 29, 2022
paulidale
approved these changes
Sep 29, 2022
Collaborator
|
This pull request is ready to merge |
Contributor
Author
|
Merged - thanks for the swift handling |
openssl-machine
pushed a commit
that referenced
this pull request
Sep 30, 2022
except those throwing ERR_R_MALLOC_FAILURE Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from #19302)
t8m
pushed a commit
to t8m/openssl
that referenced
this pull request
Nov 21, 2022
except those throwing ERR_R_MALLOC_FAILURE Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from openssl#19302) (cherry picked from commit bd07cc1)
beldmit
pushed a commit
to beldmit/openssl
that referenced
this pull request
Dec 26, 2022
except those throwing ERR_R_MALLOC_FAILURE Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from openssl#19302)
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.
except those throwing
ERR_R_MALLOC_FAILURE, which are handled by #19301.This has been taken over from #19072.