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

Merge "lrdp_v2 : Handle socinfo failure case"

parents ea7243a2 94eb2469
No related branches found
No related tags found
No related merge requests found
......@@ -912,6 +912,8 @@ class RamDump():
return False
def print_socinfo(self):
if self.read_pointer('socinfo') is None:
return None
content_socinfo = hex(self.read_pointer('socinfo'))
content_socinfo = content_socinfo.strip('L')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment