]> granicus.if.org Git - sysstat/commit
sadf: SVG: Fix core dumped on buffers reallocation
authorSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 13 Jul 2018 08:27:02 +0000 (10:27 +0200)
committerSebastien GODARD <sysstat@users.noreply.github.com>
Fri, 13 Jul 2018 08:27:02 +0000 (10:27 +0200)
commit0733693e194a07aec3a2401bd1c175c452d28fda
treed8c5075156f7b6b73e3fcc4de0b69e1ba76ff044
parent97912938cd476645b267280069e83b1c8dc0e1c7
sadf: SVG: Fix core dumped on buffers reallocation

When buffers used to save graphs data needed to be extended to
accomodate for new devices, the new size was wrongly calculated
and a core dump was then created.

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