[CONC-326] ssl_thread_init() uses wrong openssl threadid callback Created: 2018-04-23 Updated: 2018-05-12 Resolved: 2018-04-24 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.0.3 |
| Fix Version/s: | 3.0.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Matthias St. Pierre | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
ssl_thread_init() uses wrong openssl threadid callback The ssl_thread_init() sets thread and locking callbacks after checking whether Indeed it is correct to do the check and step back if the application has The consequence is that the check does not work when the application uses The attached patch fixes the check in a defensive way by checking for
|