Alexandre Julliard pushed to branch master at wine / wine
Commits: d1986934 by Yuxuan Shui at 2025-06-11T14:07:54+02:00 nsiproxy.sys: Fix size mismatch writing into ipstatlist.
Both of long and long long are 8 bytes on 64-bit unix, so this if does nothing and we will write 8 bytes into a 4-byte UINT.
- - - - -
1 changed file:
- dlls/nsiproxy.sys/ip.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d19869341c633d6c5e59b5bd598b021...