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

Partial fix for issue 2963 #2984

Merged
merged 8 commits into from
Mar 12, 2018
Merged

Partial fix for issue 2963 #2984

merged 8 commits into from
Mar 12, 2018

Conversation

kachanovskiy
Copy link
Contributor

Problem: issues found during static code analysis.
This PR addresses 8 similar issues where method's 2nd argument is of zmq:fd_t type, and value passed is of the same type, but for some reason is cast to int, causing static analysis to tag it as suspicious cast for 64bit mode.

Solution: remove cast

@sigiesec
Copy link
Member

Great, thanks for fixing these!

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.

2 participants