mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-10 06:27:59 -05:00
GP-781 corrected handling of scriptPaths
This commit is contained in:
@@ -671,6 +671,9 @@ public class HeadlessAnalyzer {
|
||||
}
|
||||
|
||||
private List<String> parseScriptPaths(List<String> scriptPaths) {
|
||||
if (scriptPaths == null) {
|
||||
return null;
|
||||
}
|
||||
List<String> parsedScriptPaths = new ArrayList<>();
|
||||
for (String path : scriptPaths) {
|
||||
ResourceFile pathFile = Path.fromPathString(path);
|
||||
|
||||
Reference in New Issue
Block a user