[PATCH 3/3] ucrtbase: Avoid bool optimization in __std_exception_copy.
Oct. 18, 2021
7:58 a.m.
Otherwise GCC changes do_free = 1 assignment to *dst = *src which breaks ucrtbase/cpp tests. Signed-off-by: Piotr Caban <piotr(a)codeweavers.com> --- dlls/msvcrt/except.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
1621
Age (days ago)
1621
Last active (days ago)
0 comments
1 participants
participants (1)
-
Piotr Caban