]> granicus.if.org Git - sysstat/commit
Use proper length for mountp string
authorSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 27 Mar 2015 15:52:27 +0000 (16:52 +0100)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 27 Mar 2015 15:56:57 +0000 (16:56 +0100)
commit7d010b8b3646e1d87427aca13feb16ac890d7c4c
treef6447f34e8f3f241de5ea0ec987c23125b129173
parent6390688e2a0f13a4e3f2e43b3b96bd33ab910aae
Use proper length for mountp string

We read 256 chars for the mountpoint name to (try to) be sure to get it
all, and so ths statvfs() function won't fail in read_filesystem()
function.
Yet only MAX_FS_LEN chars should be saved in stats_filesystem structure.

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