[Bug 48032] Errors when installing games in Origin (regression)

WineHQ Bugzilla wine-bugs at winehq.org
Sun Nov 3 03:27:07 CST 2019


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

--- Comment #1 from Alexandr Oleynikov <sashok.olen at gmail.com> ---
Actually, if I apply this against 4.19:

--- b/server/named_pipe.c
+++ a/server/named_pipe.c
@@ -1162,7 +1162,7 @@
     server->pipe_end.server_pid = get_process_id( current->process );
     init_async_queue( &server->listen_q );

+    list_add_head( &pipe->listeners, &server->entry );
-    list_add_tail( &pipe->listeners, &server->entry );
     if (!(server->pipe_end.fd = alloc_pseudo_fd( &pipe_server_fd_ops,
&server->pipe_end.obj, options )))
     {
         release_object( server );

it works as well.

-- 
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