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
FixGH-9068: Conditional jump or move depends on uninitialised value(s)
See GH-9068 for analysis.
This patch preserves the scratch registers of the SysV x86-64 ABI by
storing them on the stack and restoring them later. We need to do
this to prevent the registers of the caller from being corrupted.
The reason these get corrupted is because the compiler is unaware of
the Valgrind replacement function and thus makes assumptions about the
original function regarding registers which are not true for the
replacement function.
0 commit comments