Alexandre Julliard pushed to branch master at wine / wine
Commits: e05019c3 by Yuxuan Shui at 2025-05-28T22:17:29+02:00 ntdll: Fix out-of-bound read in RtlIpv6AddressToStringExA.
Bound check was performed after the array access, resulting in out-of-bound read of IN6_ADDR.
- - - - -
1 changed file:
- dlls/ntdll/rtlstr.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/e05019c39424e01c0a8654599f4687d...