]> granicus.if.org Git - sysstat/commit
sadf: SVG: Fix coredump problem when --dev option used
authorSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 26 May 2018 15:47:18 +0000 (17:47 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Sat, 26 May 2018 15:47:18 +0000 (17:47 +0200)
commit0a14843a7420d39be1333338d0cfb21a28879973
treee18a920456102ed6c8d94965425092f5536d13b1
parent7bd7f3c8869d57bd90b581f427ac42c587d84078
sadf: SVG: Fix coredump problem when --dev option used

Function svg_print_disk_stats() should allocate only the necessary
number of slots when a list of devices has been entered on the
command line with option "--dev=".

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