Skip to content

Comments

Fix a memory leak in ssl_create_cipher_list#16955

Closed
bernd-edlinger wants to merge 1 commit intoopenssl:OpenSSL_1_1_1-stablefrom
bernd-edlinger:fix_memleak_in_ssl_create_cipher_list_1
Closed

Fix a memory leak in ssl_create_cipher_list#16955
bernd-edlinger wants to merge 1 commit intoopenssl:OpenSSL_1_1_1-stablefrom
bernd-edlinger:fix_memleak_in_ssl_create_cipher_list_1

Conversation

@bernd-edlinger
Copy link
Member

Same issue for 1.1.1.

@bernd-edlinger bernd-edlinger added the branch: 1.1.1 Applies to OpenSSL_1_1_1-stable branch (EOL) label Nov 3, 2021
@mattcaswell mattcaswell added the approval: done This pull request has the required number of approvals label Nov 3, 2021
@t8m t8m added the triaged: bug The issue/pr is/fixes a bug label Nov 3, 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 Nov 4, 2021
@openssl-machine
Copy link
Collaborator

This pull request is ready to merge

openssl-machine pushed a commit that referenced this pull request Nov 4, 2021
Reviewed-by: Paul Dale <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
(Merged from #16955)
@bernd-edlinger
Copy link
Member Author

Merged to 1.1.1 as 80e52bb. Thanks!