]> granicus.if.org Git - procps-ng/commit
procps-ng : fix pmap uninitialized warnings
authorGilles Espinasse <g.esp@free.fr>
Tue, 26 Mar 2013 10:21:39 +0000 (11:21 +0100)
committerCraig Small <csmall@enc.com.au>
Tue, 26 Mar 2013 10:23:28 +0000 (21:23 +1100)
commitd164f47dd1940060a896af03ee2603bc416b8215
treec61f632e015b9dd10f778c120539e5f6f9d56a73
parentbccc2404b6c693e494d81e348a6f31fcc95501f2
procps-ng : fix pmap uninitialized warnings

pmap.c: In function 'one_proc':
pmap.c:529: warning: 'maxw1' may be used uninitialized in this function
pmap.c:529: warning: 'maxw2' may be used uninitialized in this function
pmap.c:529: warning: 'maxw3' may be used uninitialized in this function
pmap.c:529: warning: 'maxw4' may be used uninitialized in this function
pmap.c:529: warning: 'maxw5' may be used uninitialized in this function

Without -d and -x option, that should be doable to trigger the issue but I haven't found how

Signed-off-by: Gilles Espinasse <g.esp@free.fr>
pmap.c