mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 17:57:38 +02:00
vfs_inode is not being used nor required
This commit is contained in:
@@ -416,8 +416,7 @@ class Sockstat(plugins.PluginInterface):
|
||||
socket_alloc = linux.LinuxUtilities.container_of(d_inode, "socket_alloc", "vfs_inode", vmlinux)
|
||||
socket = socket_alloc.socket
|
||||
|
||||
vfs_inode = socket_alloc.vfs_inode
|
||||
if not (socket and vfs_inode):
|
||||
if not (socket and socket.sk):
|
||||
continue
|
||||
|
||||
sock = socket.sk.dereference()
|
||||
|
||||
Reference in New Issue
Block a user