Skip to content

nsiproxy.sys: Fix size mismatch writing into ipstatlist.

Yuxuan Shui requested to merge yshui/wine:nsiproxy-wrong-int-type into master

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.

Merge request reports

Loading