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: zuuid build fails with gcc 8 #1875

Merged
merged 1 commit into from
Mar 7, 2018
Merged

Problem: zuuid build fails with gcc 8 #1875

merged 1 commit into from
Mar 7, 2018

Conversation

bluca
Copy link
Member

@bluca bluca commented Mar 7, 2018

Solution: use memcpy instead of strncat, which gets a warning with gcc
8 if the source string gets truncated. In this case it's intentional.

Solution: use memcpy instead of strncat, which gets a warning with gcc
8 if the source string gets truncated. In this case it's intentional.
@c-rack c-rack merged commit 086f126 into zeromq:master Mar 7, 2018
@bluca bluca deleted the gcc8 branch March 7, 2018 08:17
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