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

Mitigated snprintf truncation warning (-wError) #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Nelstaar
Copy link

@Nelstaar Nelstaar commented Sep 9, 2019

Gcc-8 raise an error on snprintf() about string truncation becauses ources are built with gcc option '-wError' (which is nice).
This patch set the last byte of dest buffer to null only if truncation occurred.

@Nelstaar
Copy link
Author

Nelstaar commented Sep 9, 2019

Similar to #38

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