Skip to content

Comments

Bindhost/bindport should be freed#16775

Closed
beldmit wants to merge 1 commit intoopenssl:masterfrom
beldmit:free_bindhostport
Closed

Bindhost/bindport should be freed#16775
beldmit wants to merge 1 commit intoopenssl:masterfrom
beldmit:free_bindhostport

Conversation

@beldmit
Copy link
Member

@beldmit beldmit commented Oct 7, 2021

When we allocate bindhost/bindport variables, we should free them.

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

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

This pull request is ready to merge

openssl-machine pushed a commit that referenced this pull request Oct 9, 2021
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from #16775)
openssl-machine pushed a commit that referenced this pull request Oct 9, 2021
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from #16775)

(cherry picked from commit 0ce0c45)
openssl-machine pushed a commit that referenced this pull request Oct 9, 2021
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from #16775)

(cherry picked from commit 0ce0c45)
@beldmit
Copy link
Member Author

beldmit commented Oct 9, 2021

Merged to all 3 branches

@beldmit beldmit closed this Oct 9, 2021
@beldmit
Copy link
Member Author

beldmit commented Oct 9, 2021

Thanks!