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
Avoid creating functions at jump table entries in shared cache function tables
Add a heuristic to skip creating functions at addresses that appear to be
jump table entries rather than actual function starts. On aarch64, any
entry that disassembles as a `udf` instruction is skipped, since `udf` is
used as padding/data in jump tables and is not a valid function prologue.
Fix#7992
0 commit comments