From 75c344dcea30b1beb5680e46a7557c26fd7286e4 Mon Sep 17 00:00:00 2001 From: Brandon Miller Date: Mon, 1 Jun 2026 14:16:02 -0400 Subject: Fix unbounded recursion in function inlining Fix crash that occurs when two functions that directly call each other are both marked "inline during analysis" --- architecture.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/architecture.cpp b/architecture.cpp index 8bb60129..0f3649cf 100644 --- a/architecture.cpp +++ b/architecture.cpp @@ -622,7 +622,12 @@ Ref FunctionLifterContext::GetForeignFunctionLiftedIL(RefGetObject(), m_logger->GetObject(), inlinedCallsCount, inlinedCalls); -- cgit v1.3.1