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

wheels: backport patch to avoid crashes when using CURVE security with bundled libzmq #1594

Merged
merged 1 commit into from
Aug 16, 2021

Conversation

minrk
Copy link
Member

@minrk minrk commented Aug 16, 2021

applies zeromq/libzmq#4242 (minus configuration) since pyzmq can't safely be used with CURVE without it.

Only affects libzmq bundled with pyzmq wheels on mac/linux.

Application code that needs this cleanup for some reason can call e.g.

ctypes.CDLL("libsodium.dylib").randombytes_close()

but this should never really be required.

@minrk minrk changed the title backport patch to avoid crashes when using CURVE security backport patch to avoid crashes when using CURVE security with bundled libzmq Aug 16, 2021
@minrk minrk changed the title backport patch to avoid crashes when using CURVE security with bundled libzmq wheels: backport patch to avoid crashes when using CURVE security with bundled libzmq Aug 16, 2021
@minrk minrk merged commit c43c6c7 into zeromq:main Aug 16, 2021
@minrk minrk deleted the fix-libzmq-curve branch August 16, 2021 13:25
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.

1 participant