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

fix(agent): resolve segfault caused by non-thread-safe crypt function #3711

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

gustavosbarreto
Copy link
Member

Fixed a segfault issue caused by the use of the non-thread-safe crypt
function by replacing it with the thread-safe crypt_r function.

Fixed a segfault issue caused by the use of the non-thread-safe crypt
function by replacing it with the thread-safe crypt_r function.
@gustavosbarreto gustavosbarreto requested a review from a team as a code owner April 10, 2024 13:43
@gustavosbarreto gustavosbarreto merged commit 2bfa847 into master Apr 10, 2024
9 checks passed
@gustavosbarreto gustavosbarreto deleted the fix/agent_segfault branch April 10, 2024 13:49
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