Skip to content

Commit 17ea6e9

Browse files
committed
Linux: Fix altered SockHandlers signature
1 parent 2ff7dea commit 17ea6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/linux/sockstat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ def list_sockets(
556556
try:
557557
sock_type = sock.get_type()
558558
family = sock.get_family()
559-
sock_handler = SockHandlers(vmlinux, task)
559+
sock_handler = SockHandlers(context, vmlinux.name, task)
560560
sock_fields = sock_handler.process_sock(sock)
561561
except exceptions.InvalidAddressException:
562562
continue

0 commit comments

Comments
 (0)