Skip to content

Commit

Permalink
Expand size for test buffer.
Browse files Browse the repository at this point in the history
This is a partial backport of eclipse-cyclonedds#1947

Signed-off-by: Chris Lalancette <clalancette@gmail.com>
  • Loading branch information
clalancette committed Apr 1, 2024
1 parent b47d42f commit 596425b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/xtests/rhc_torture/rhc_torture.c
Expand Up @@ -649,7 +649,7 @@ static void test_conditions (dds_entity_t pp, dds_entity_t tp, const int count,
if (conds[ci] <= 0) abort ();
rhcconds[ci] = get_condaddr (conds[ci]);
if (print) {
char buf[18];
char buf[19];
snprintf (buf, sizeof (buf), "conds[%d]", ci);
print_cond_w_addr (buf, conds[ci]);
}
Expand Down

0 comments on commit 596425b

Please sign in to comment.