Bug #103409 Contribution by Facebook: Test case for Bug 102189
Submitted: 21 Apr 2021 16:28 Modified: 21 Apr 2021 16:36
Reporter: FBContrib Admin Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: C API (client library) Severity:S3 (Non-critical)
Version:8.0 OS:Any
Assigned to: CPU Architecture:Any

[21 Apr 2021 16:28] FBContrib Admin
Description:
Background innformation provided by Facebook:
Abstract:

This is the test case Aaron wrote to reproduce the vio ssl leak problem for bug 102189 as requested.

Use case:

Test case

Repo: https://github.com/mysql/mysql-server

Patch on top of 8.0.20: https://github.com/mysql/mysql-server/commit/7d10c82196c

How to repeat:
See description

Suggested fix:
See contribution code attached
[21 Apr 2021 16:28] FBContrib Admin
Test case for Bug 102189 
(*) This code is contributed under the Facebook agreement

Contribution: fb_patch_225.txt (text/plain), 2.45 KiB.

[24 Apr 2021 14:47] Paul DuBois
Posted by developer:
 
Fixed in 8.0.26.

Client programs using the asynchronous C API functions could leak
memory if a connection timeout occurred. Thanks for Facebook for a
contribution used in fixing this issue.
[20 Aug 2021 21:06] Omer Barnir
Thanks to Facebook for the contribution