Re: [PATCH v3 0/2] MR9514: gdi32: Fix font creation with invaild bits.
7 Feb
2026
7 Feb
'26
10:45 a.m.
Huw Davies (@huw) commented about dlls/win32u/font.c:
{ const char * const *defaults;
- if ((pitch_and_family & FIXED_PITCH) || (pitch_and_family & 0xf0) == FF_MODERN) + if ((pitch_and_family & FIXED_PITCH) || (pitch_and_family & FF_MODERN) == FF_MODERN)
This doesn't look right. The `FF_` constants are not bit-fields. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9514#note_129013
26
Age (days ago)
26
Last active (days ago)
0 comments
1 participants
participants (1)
-
Huw Davies (@huw)