https://bugs.winehq.org/show_bug.cgi?id=45648
Bug ID: 45648 Summary: x32 chromium sandbox needs UpdateProcThreadAttribute to handle PROC_THREAD_ATTRIBUTE_MITIGATION_POLICY Product: Wine Version: 3.13 Hardware: x86 OS: Linux Status: NEW Keywords: patch Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: dark.shadow4@web.de Distribution: ---
Created attachment 62077 --> https://bugs.winehq.org/attachment.cgi?id=62077 0008-kernel32-In-UpdateProcThreadAttribute-handle-PROC_TH.patch
Follow up to bug 45647. x64 chromium should work fine now, but x32 does not. In win7 mode it needs UpdateProcThreadAttribute to handle PROC_THREAD_ATTRIBUTE_MITIGATION_POLICY
https://bugs.winehq.org/show_bug.cgi?id=45648
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|x32 chromium sandbox needs |chromium x32 sandbox needs |UpdateProcThreadAttribute |UpdateProcThreadAttribute |to handle |to handle |PROC_THREAD_ATTRIBUTE_MITIG |PROC_THREAD_ATTRIBUTE_MITIG |ATION_POLICY |ATION_POLICY
https://bugs.winehq.org/show_bug.cgi?id=45648
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|chromium x32 sandbox needs |chromium 32-bit sandbox |UpdateProcThreadAttribute |needs |to handle |UpdateProcThreadAttribute |PROC_THREAD_ATTRIBUTE_MITIG |to handle |ATION_POLICY |PROC_THREAD_ATTRIBUTE_MITIG | |ATION_POLICY CC| |z.figura12@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=45648
Molk dimaki@rocketmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dimaki@rocketmail.com
--- Comment #1 from Molk dimaki@rocketmail.com --- Looks like a mistake in below line of the patch. Should probably be MITIGATION and not MIGITATION.
+ case PROC_THREAD_ATTRIBUTE_MIGITATION_POLICY:
https://bugs.winehq.org/show_bug.cgi?id=45648
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- It's spelled wrong in the wine headers, too. But you're right, I should fix it - I adapted the patches sent to wine-devel to correct the spelling first.
https://bugs.winehq.org/show_bug.cgi?id=45648
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e215d070cfc5882fee5c2b4b6c3 | |ce7ab71a18c6e Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- Fixes as of https://source.winehq.org/git/wine.git/?a=commit;h=e215d070cfc5882fee5c2b4b6...
https://bugs.winehq.org/show_bug.cgi?id=45648
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 3.14.