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

Problem: test_security_zap occasionally segfaults #3973

Merged
merged 1 commit into from
Jun 30, 2020
Merged

Conversation

bluca
Copy link
Member

@bluca bluca commented Jun 28, 2020

Solution: check if a session's _pipe has been allocated before using
it, since as a consequence of creating the pipes after the handshake
it's no longer guaranteed to be there.

Fixes #3971

Solution: check if a session's _pipe has been allocated before using
it, since as a consequence of creating the pipes after the handshake
it's no longer guaranteed to be there.

Fixes zeromq#3971
@bluca
Copy link
Member Author

bluca commented Jun 28, 2020

@somdoron does this one makes sense?

@bluca bluca merged commit 4dd504a into zeromq:master Jun 30, 2020
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.

test_security_zap crash
2 participants