test_journal: correct potential for truncation in snprintf
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
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
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