Fix up linux version of mmap_iter property to get_mmap_iter.

This commit is contained in:
Mike Auty
2018-12-19 22:38:43 +00:00
parent 39634893d6
commit 70e8204113
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ class Maps(plugins.PluginInterface):
name = utility.array_to_string(task.comm)
for vma in task.mm.mmap_iter:
for vma in task.mm.get_mmap_iter():
flags = vma.get_protection()
page_offset = vma.get_page_offset()
major = 0