summaryrefslogtreecommitdiff
path: root/vmstat.c
diff options
context:
space:
mode:
authorJim Warner <james.warner@comcast.net>2017-11-20 00:00:00 -0600
committerCraig Small <csmall@enc.com.au>2017-12-20 21:18:54 +1100
commit108ac50039e179d0ca0beeb5745e93051544d1e1 (patch)
tree02590b6fa3d220128a7148da4fe1ea4002cb909b /vmstat.c
parentd53ff45b0d0dfad3443cae2deb36787f36cba822 (diff)
downloadprocps-ng-108ac50039e179d0ca0beeb5745e93051544d1e1.tar.gz
vmstat: respond to enhanced <slabinfo> parameter check
Signed-off-by: Jim Warner <james.warner@comcast.net>
Diffstat (limited to 'vmstat.c')
-rw-r--r--vmstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmstat.c b/vmstat.c
index 866724b..802f3ee 100644
--- a/vmstat.c
+++ b/vmstat.c
@@ -697,7 +697,7 @@ static void slabformat (void)
{
#define MAX_ITEMS (int)(sizeof(node_items) / sizeof(node_items[0]))
#define slabVAL(e,t) SLABINFO_VAL(e, t, p, slab_info)
- struct slabinfo_info *slab_info;
+ struct slabinfo_info *slab_info = NULL;
struct slabinfo_reap *reaped;
int i, j;
enum slabinfo_item node_items[] = {