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 some undefined behavior #1091

Merged
merged 1 commit into from Aug 29, 2022
Merged

Fix some undefined behavior #1091

merged 1 commit into from Aug 29, 2022

Conversation

michael-grunder
Copy link
Collaborator

  • redisSSLContextError must always be initialized at defintion,
    otherwise when SSL connect succeeds it may not be assigned to a valid error.
    Thus the memory trash remains in the variable, which may sign a misleading error.

- redisSSLContextError must always be initialized at defintion,
  otherwise when SSL connect succeeds it may not be assigned to a valid error.
  Thus the memory trash remains in the variable, which may sign a misleading error.
@michael-grunder
Copy link
Collaborator Author

Closes #960

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants