Bug #93276 | Crash when calling mysql_real_connect() in loop | ||
---|---|---|---|
Submitted: | 21 Nov 2018 13:55 | Modified: | 17 Dec 2018 19:27 |
Reporter: | Reggie Burnett | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: C API (client library) | Severity: | S2 (Serious) |
Version: | 8.0.13 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[21 Nov 2018 13:55]
Reggie Burnett
[21 Nov 2018 13:55]
Reggie Burnett
test file
Attachment: test-init.c (application/octet-stream, text), 993 bytes.
[21 Nov 2018 14:29]
MySQL Verification Team
Hello Reggie, Thank you for the report and feedback. regards, Umesh
[17 Dec 2018 19:27]
Paul DuBois
Posted by developer: Fixed in 8.0.15. Opening and closing a connection multiple times in a client program could cause the client to exit due to improper character set reinitialization.
[6 Feb 2020 19:10]
Paul DuBois
Posted by developer: Fixed in 8.0.20. Reinitialization of character sets from Index.xml could cause a use-after-free error.