]> granicus.if.org Git - procps-ng/commit
library: with valgrind help, fix faulty meminfo assign
authorJim Warner <james.warner@comcast.net>
Tue, 8 Sep 2015 05:00:00 +0000 (00:00 -0500)
committerCraig Small <csmall@enc.com.au>
Mon, 21 Sep 2015 12:35:05 +0000 (22:35 +1000)
commit836c1345791ef90c150e52661b2e4636b29be6fc
tree2e60abd139de62669d3713dfa5619e3258595c90
parent88daa89883a53a0672d39512616b43849235467a
library: with valgrind help, fix faulty meminfo assign

Not sure how this one has gone unnoticed until now but
with valgrind's help it's going bye-bye lickety-split.

Reference(s):
==26533== Conditional jump or move depends on uninitialised value(s)
==26533==    at 0x4E4082B: procps_meminfo_stack_fill (meminfo.c:408)

Signed-off-by: Jim Warner <james.warner@comcast.net>
proc/meminfo.c