Skip to content

[C++] small test fix #980

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Merged
merged 1 commit into from
Mar 20, 2024
Merged

[C++] small test fix #980

merged 1 commit into from
Mar 20, 2024

Conversation

BenBudr
Copy link
Contributor

@BenBudr BenBudr commented Mar 20, 2024

Small fix to one C++ test.
EXPECT_STREQ macro expects a c-string (i.e. null-terminated), which aOut was not (explicitly).
Extended buffer to accomodate zero byte and explicitly zeroed.
Test was failing on my aging CentOS environment but passes now.

@mjpt777 mjpt777 merged commit 4c32cfb into aeron-io:master Mar 20, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants