Skip to content

Change the recursion to iteration to avoid stack depth issues

4f7f3ad
Select commit
Loading
Failed to load commit list.
Open

Plugins: Windows.string speed enhancements by eve #1882

Change the recursion to iteration to avoid stack depth issues
4f7f3ad
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Oct 11, 2025 in 4s

2 new alerts

New alerts in code changed by this pull request

  • 1 warning
  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 120 in volatility3/framework/plugins/windows/strings.py

See this annotation in the file changed.

Code scanning / CodeQL

File is not always closed Warning

File is opened but is not closed.

Check notice on line 143 in volatility3/framework/plugins/windows/strings.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable _num_strings is not used.