Skip to content
Snippets Groups Projects
Commit 94578263 authored by lnx build's avatar lnx build Committed by Gerrit - the friendly Code Review server
Browse files

Merge "lrdp_v2: Fix for broken lsof.py"

parents 0686897d 7b309f9e
Branches
No related tags found
No related merge requests found
......@@ -83,7 +83,8 @@ def parse_task(self, ramdump, task, lsof_info):
file, 'struct file', 'private_data')
look = ramdump.unwind_lookup(fop)
if look is None:
lsof_info.write(" look is none")
index = index + 1
continue
fop, offset = look
f_pathoffset = ramdump.field_offset(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment