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
Fix libpulp not able to livepatch memcpy on ppc64le
On the ppc64le port of libpulp, a special stack is necessary to hold
information between redirections. The original implementation called
memcpy two times, one when the DEBUG macro is expanded and another when
the ulp_stack overflows and a new stack is allocated.
Hence, avoid this problem by not calling memcpy in this site.
Signed-off-by: gbelinassi <gbelinassi@suse.de>
0 commit comments