- 28 Nov, 2023 12 commits
-
-
Eric Pouech authored
Regular GUI programs don't use console nor std I/O. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Eric Pouech authored
Regular GUI apps don't. Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
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
-
Rémi Bernon authored
-
- 27 Nov, 2023 28 commits
-
-
Eric Pouech authored
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
-
Torge Matthies authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53500
-
Torge Matthies authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53500
-
Torge Matthies authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53500
-
Fabian Maurer authored
-
Fabian Maurer authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55892
-
Ziqing Hui authored
-
Ziqing Hui authored
-
Ziqing Hui authored
-
Anton Baskanov authored
-
Anton Baskanov authored
-
Anton Baskanov authored
-
Matteo Bruni authored
-
Nikolay Sivov authored
-
Rémi Bernon authored
-
Rémi Bernon authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55843
-
Zhiyi Zhang authored
When LsaLookupSids() fails with STATUS_NONE_MAPPED or STATUS_SOME_NOT_MAPPED, the memory returned by the domain parameter should be freed.
-
Zhiyi Zhang authored
class FileRenameInformationEx to FileKnownFolderInformation could cause an out-of-bounds read of info_sizes.
-
Nikolay Sivov authored
-
Nikolay Sivov authored
-
Zhiyi Zhang authored
s is freed in set_window_state_thread().
-
Zhiyi Zhang authored
-
Zhiyi Zhang authored
-
Zhiyi Zhang authored
-
Zhiyi Zhang authored
-
Bartosz Kosiorek authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45122
-
Bartosz Kosiorek authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=45123 By using sqrt(a * a + b * b), for large (or small) a or b, there is a possibility of overflow (underflow), although the result itself is not that big to cause overflow. To overcome this problem, there are implementations of hypotenuse that do not use power of 2, and use other methods to calculate the result. To calculate a ⊕ b, you can easily use hypotf(a,b). https://en.cppreference.com/w/cpp/numeric/math/hypot
-
Rémi Bernon authored
-