Sebastian Lackner <sebastian(a)fds-team.de> writes:
@ Alexandre: Do you have a preferrence? Suggestions we had so far:
- JIT compilation of thunks (only x86) - Winebuild generated static thunks (see http://ix.io/nxT ) - Macro-generated thunks (see staging repo)
To my knowledge, all have the same limitations: x86, non-wow64 and race-conditions when forwarding Ldr* functions through the syscall thunks.
As long as we have these limitations, I don't feel like committing any of them. I'm not convinced that there's a reasonable way to make that sort of thing work, and maintaining a complex piece of code that doesn't truly solve the problem isn't very appealing. Has anybody tried submitting a patch to Chrome to disable the sandbox under Wine? -- Alexandre Julliard julliard(a)winehq.org