We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25df23 commit 1651ecbCopy full SHA for 1651ecb
volatility3/framework/symbols/linux/extensions/__init__.py
@@ -424,7 +424,7 @@ def get_time_namespace_id(self) -> int:
424
time_ns = self.get_time_namespace()
425
if not time_ns:
426
# kernels < 5.6
427
- return
+ return None
428
429
# We are good. ns_common (ns) was introduced in kernels 3.19. So by the time the
430
# time namespace was added in kernels 5.6, it already included the ns member.
@@ -437,7 +437,7 @@ def _get_time_namespace_offsets(
437
438
439
440
441
442
if not time_ns.has_member("offsets"):
443
# kernels < 5.6 af993f58d69ee9c1f421dfc87c3ed231c113989c
0 commit comments