kernelbase: Do not use isalnum() with Unicode characters.
commit13d48ed315fe4119f06b8d42dc14ee91eb7e43f7
authorZebediah Figura <zfigura@codeweavers.com>
Tue, 6 Feb 2024 17:04:05 +0000 (6 11:04 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 13 Feb 2024 21:37:50 +0000 (13 22:37 +0100)
tree70ceb7f2df5e55a3385cdeaa91dec2a53dd0a364
parentca29c3a422de6d47c11e56820bda8a686a69c65a
kernelbase: Do not use isalnum() with Unicode characters.

It does not expect code points higher than U+00FF and will read past the end of the ctypes[] array.
dlls/kernelbase/path.c