You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cache invalidation might fail if a new function is allocated at the same address as the cached one.
This happens to me on the M2 after I delete a function and then allocate a new one which leads to return a nullptr for cached values and results in a crash.
The cache invalidation might fail if a new function is allocated at the same address as the cached one.
This happens to me on the M2 after I delete a function and then allocate a new one which leads to return a nullptr for cached values and results in a crash.
remill/lib/BC/InstructionLifter.cpp
Line 96 in 829ee4a
The text was updated successfully, but these errors were encountered: