- 04 Sep, 2023 19 commits
-
-
Alex Henrie authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Jinoh Kang authored
GCC expects __stack_chk_fail() to be noreturn[1]. Returning from __stack_chk_fail() can thus lead to subtle failures. When crashing, use a volatile NULL pointer dereference. Ideally we would like to "abort()" here, but doing so would require two more syscall definitions just for a cold function. After all, the function isn't even used at all if -fno-stack-protector is specified. Also, don't say "stack smashing" (unlike glibc). The preloader currently initializes the stack canary value to a fixed value (0), which serves little value in protecting against actual buffer overrun attacks. [1]: https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gccint/Stack-Smashing-Protection.html
-
Jinoh Kang authored
Fixes: ac1761d1 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55508
-
Dmitry Timoshkov authored
Both ISC_REQ_DELEGATE and ISC_RET_DELEGATE are properly translated by the Unix side. Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Alex Henrie authored
Since most LDAP servers do not require mTLS, for now the callback function is saved but not called. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55507
-
Alex Henrie authored
-
Dmitry Timoshkov authored
Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Jacob Czekalla authored
-
- 01 Sep, 2023 21 commits
-
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Louis Lenders authored
-
Alistair Leslie-Hughes authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Stack pointer is randomized on Windows.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Biswapriyo Nath authored
This is required for chromium and fixes the following compiler error. In file included from media/audio/win/audio_low_latency_input_win.cc:5: ./media/audio/win/audio_low_latency_input_win.h:64:10: fatal error: windows.media.effects.h: No such file or directory 64 | #include <windows.media.effects.h> | ^~~~~~~~~~~~~~~~~~~~~~~~~
-
Jeff Smith authored
-
Jeff Smith authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54683
-
Davide Beatrici authored
-
Davide Beatrici authored
-