Merge remote-tracking branch 'origin/GP-0_dev747368_fix_NPE_in_decompiler_text_finder'

This commit is contained in:
Ryan Kurtz
2025-03-18 11:05:26 -04:00
@@ -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