[Bug 45642] Chrome/ Chromium sandbox needs x86-64 syscall thunks to match Windows

wine-bugs at winehq.org wine-bugs at winehq.org
Sat May 25 10:22:46 CDT 2019


https://bugs.winehq.org/show_bug.cgi?id=45642

--- Comment #11 from Fabian Maurer <dark.shadow4 at web.de> ---
@Zebediah Figura

Something must have gone wrong with the patch, it completely breaks 64bit wine.

You can't just use
> user_shared_data_external->SystemCallPad[0] = 1
You need to have both:
> user_shared_data->SystemCallPad[0] = 1;
> user_shared_data_external->SystemCallPad[0] = 1;

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list