Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db_mysql: init libssl in a thread #3729

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

space88man
Copy link
Contributor

Pre-Submission Checklist

  • Commit message has the format required by CONTRIBUTING guide
  • Commits are split per component (core, individual modules, libs, utils, ...)
  • Each component has a single commit (if not, squash them into one commit)
  • No commits to README files for modules (changes must be done to docbook files
    in doc/ subfolder, the README file is autogenerated)

Type Of Change

  • Small bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds new functionality)
  • Breaking change (fix or feature that would change existing functionality)

Checklist:

Description

mod_init() in configuration can initialise libssl in rank 0(thread#1). User report is with regard to using db_unixodbc; however the same errors can be reproduced with db_mysql replacing db_unixodbc.

This PR inits libssl in a separate thread.

@space88man space88man force-pushed the fix-ssl-mysql branch 4 times, most recently from d96a2c3 to 1c36314 Compare January 29, 2024 09:35
@space88man space88man merged commit 5dffb93 into kamailio:master Jan 29, 2024
4 checks passed
@space88man space88man deleted the fix-ssl-mysql branch January 29, 2024 22:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant