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

segment_names variable in xen layer potential backtrace #1434

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

segment_names variable in xen layer potential backtrace #1434

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

Comments

@atcuno
Copy link
Contributor

atcuno commented Dec 18, 2024

The segment_names variable is used after the loop but not initialized before, which would have a crash if the loop doesn't set it.

https://github.com/volatilityfoundation/volatility3/blob/develop/volatility3/framework/layers/xen.py#L68

it needs to be initialized to None before the loop to prevent this.

Can you fix this real quick @gcmoreira ?

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