mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-21 12:22:34 +08:00
Merge remote-tracking branch 'origin/GP-0_dev747368_fix_NPE_in_decompiler_text_finder'
This commit is contained in:
+3
@@ -158,6 +158,9 @@ public class DecompilerTextFinder {
|
||||
}
|
||||
|
||||
ClangTokenGroup tokens = results.getCCodeMarkup();
|
||||
if (tokens == null) {
|
||||
return null;
|
||||
}
|
||||
List<ClangLine> lines = DecompilerUtils.toLines(tokens);
|
||||
|
||||
// (?s) - enable dot all mode
|
||||
|
||||
Reference in New Issue
Block a user