]> granicus.if.org Git - sysstat/commit
Use snprintf() instead of sprintf()1
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 26 Apr 2015 12:27:22 +0000 (14:27 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sun, 26 Apr 2015 12:27:22 +0000 (14:27 +0200)
commite828a14f760c49e4b58e0e9f32dad506b53f12fa
treecc598128f2caeb98631cd2ec8df790586ff53428
parent404aba9a6632883edeb433ccd660fbaa95e2c856
Use snprintf() instead of sprintf()1

Make sure that we don't use more characters than allocated for filename
string.

Signed-off-by: Sebastien GODARD <sysstat@users.noreply.github.com>
rd_stats.c