- 18 May, 2023 1 commit
-
-
Jinoh Kang authored
Today, find_proxy_manager() tests if AddRef() returns 0 in an attempt to protect against a race condition bug. Note that AddRef does not return zero in normal circumstances, since AddRef returns the reference count after the increment, not before. Fix this by comparing the return value of AddRef() against 1, not 0.
-
- 17 May, 2023 11 commits
-
-
Francois Gouget authored
-
Francois Gouget authored
-
Nikolay Sivov authored
This is likely a regression from cd4f48f2. Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Piotr Caban authored
-
Piotr Caban authored
Fixes regression caused by aa3699dd.
-
Piotr Caban authored
-
Piotr Caban authored
Doing it this way avoids passing Unix library pointers throught PE.
-
Hans Leidekker authored
-
Nikolay Sivov authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Zhiyi Zhang authored
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
-
Ziqing Hui authored
-
- 16 May, 2023 28 commits
-
-
Rémi Bernon authored
-
Mohamad Al-Jaf authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54934
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Giovanni Mascellani authored
-
Francois Gouget authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54848
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Francois Gouget authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-
Davide Beatrici authored
-