Divert
Divert copied to clipboard
Fix wrong sizeof call in driver
sizeof was called by mistake on the pointer type instead of structure type. This bug impacts only the x86 version of the driver (the size of the structure is 8 bytes, and size of the pointer type is 4), only half of the WINDIVERT_DATA_NETWORK will be copied on write
@basil00 is this not required?