Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

last_bit_seen potential uninitialzed variable usage in crash.py #1438

Open
atcuno opened this issue Dec 18, 2024 · 0 comments
Open

last_bit_seen potential uninitialzed variable usage in crash.py #1438

atcuno opened this issue Dec 18, 2024 · 0 comments
Assignees

Comments

@atcuno
Copy link
Contributor

atcuno commented Dec 18, 2024

last_bit_seen needs to be declared before the loop like the other related variables are:

https://github.com/volatilityfoundation/volatility3/blob/develop/volatility3/framework/layers/crash.py#L192C17-L192C30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants