Skip to content

Commit

Permalink
Merge pull request volatilityfoundation#1460 from volatilityfoundatio…
Browse files Browse the repository at this point in the history
…n/issues/issue1436

Generic: Fix up potential issue with isfinfo
  • Loading branch information
ikelos authored Dec 23, 2024
2 parents b630cfa + 675ef6d commit 1f91fd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions volatility3/framework/plugins/isfinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def check_valid(data):
valid = check_valid(data)
except (UnicodeDecodeError, json.decoder.JSONDecodeError):
vollog.warning(f"Invalid ISF: {entry}")
continue
yield (
0,
(
Expand Down

0 comments on commit 1f91fd4

Please sign in to comment.