Skip to content

test_journal: correct potential for truncation in snprintf

Jan Doskočil requested to merge cc_warnings into master

fmt string is "i%d" - theoretically if the argument was eg INT_MIN this could've been 13 chars long, which is why gcc threw a warning

Merge request reports