Skip to content

Commit 9c58cfc

Browse files
Potential fix for code scanning alert no. 416: Implicit string concatenation in a list
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 524d89a commit 9c58cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

volatility3/framework/plugins/linux/check_afinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ def _check_afinfo_post_4_18(
156156
"udp_seq_ops",
157157
"arp_seq_ops",
158158
"unix_seq_ops",
159-
"udp6_seq_ops" "raw6_seq_ops",
159+
"udp6_seq_ops", "raw6_seq_ops",
160160
"tcp_seq_ops",
161161
"tcp4_seq_ops",
162162
"tcp6_seq_ops",

0 commit comments

Comments
 (0)