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

str-format: Fixed format_hex_string_with_delimiter. #78

Merged
merged 1 commit into from
Feb 5, 2014

Conversation

talien
Copy link
Contributor

@talien talien commented Feb 4, 2014

g_snprintf adds a terminating NULL character, which was not considered.
We need more space for this extra character, so the result length
check should also be tweaked.

Signed-off-by: Viktor Tusa tusa@balabit.hu

g_snprintf adds a terminating NULL character, which was not considered.
We need more space for this extra character, so the result length
check should also be tweaked.

Signed-off-by: Viktor Tusa <tusa@balabit.hu>
@algernon
Copy link
Contributor

algernon commented Feb 4, 2014

CI is happy, 👍

bazsi added a commit that referenced this pull request Feb 5, 2014
str-format: Fixed format_hex_string_with_delimiter.
@bazsi bazsi merged commit f13d863 into syslog-ng:master Feb 5, 2014
bazsi pushed a commit to bazsi/syslog-ng that referenced this pull request May 17, 2024
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.

None yet

3 participants