[LTP] [PATCH v2 2/3] lib: Add TST_ASSERT_FILE_INT and TST_ASSERT_FILE_STR
Cyril Hrubis
chrubis@suse.cz
Wed May 6 17:08:27 CEST 2020
Hi!
> +void tst_assert_file_int(const char *file, const int lineno, const char *path, const char *prefix, int val)
> +{
> + int sys_val;
> + char fmt[1024];
> +
> + sprintf(fmt, "%s%%d", prefix);
I've changed this sprintf() to snprintf() and the same for the file_str
function and pushed, thanks.
--
Cyril Hrubis
chrubis@suse.cz
More information about the ltp
mailing list