From 08e702478532b53cfeb09fc417df3e28098ce24d Mon Sep 17 00:00:00 2001 From: atcuno Date: Mon, 10 Sep 2012 03:41:04 +0000 Subject: [PATCH] Linux - quick fix for slab_info --- volatility/plugins/linux/slab_info.py | 1 + 1 file changed, 1 insertion(+) diff --git a/volatility/plugins/linux/slab_info.py b/volatility/plugins/linux/slab_info.py index c30e5685..ee10d8a0 100644 --- a/volatility/plugins/linux/slab_info.py +++ b/volatility/plugins/linux/slab_info.py @@ -124,6 +124,7 @@ class linux_slabinfo(linux_common.AbstractLinuxCommand): """Mimics /proc/slabinfo on a running machine""" def get_all_kmem_caches(self): + linux_common.set_plugin_members(self) cache_chain = self.get_profile_symbol("cache_chain") slab_caches = self.get_profile_symbol("slab_caches")