Skip to content

Comments

test/ssl_old_test.c: Fix potential leak#16806

Closed
PeiweiHu wants to merge 1 commit intoopenssl:masterfrom
PeiweiHu:PeiweiHu-patch_1012
Closed

test/ssl_old_test.c: Fix potential leak#16806
PeiweiHu wants to merge 1 commit intoopenssl:masterfrom
PeiweiHu:PeiweiHu-patch_1012

Conversation

@PeiweiHu
Copy link
Contributor

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

@t8m t8m added branch: 1.1.1 Applies to OpenSSL_1_1_1-stable branch (EOL) branch: 3.0 Applies to openssl-3.0 branch branch: master Applies to master branch triaged: bug The issue/pr is/fixes a bug approval: review pending This pull request needs review by a committer labels Oct 12, 2021
@kroeckx kroeckx 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 13, 2021
@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 14, 2021
@openssl-machine
Copy link
Collaborator

This pull request is ready to merge

openssl-machine pushed a commit that referenced this pull request Oct 15, 2021
Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from #16806)
openssl-machine pushed a commit that referenced this pull request Oct 15, 2021
Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from #16806)

(cherry picked from commit 34563be)
openssl-machine pushed a commit that referenced this pull request Oct 15, 2021
Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from #16806)

(cherry picked from commit 34563be)
@t8m
Copy link
Member

t8m commented Oct 15, 2021

Merged to master, 3.0 and 1.1.1 branches. Thank you for the contribution.