SIGN IN SIGN UP

Fix pointer cast in GetLog UNICODE_STRING64 init

Cast Buffer pointer through ULONG_PTR before truncating to ULONG64 to avoid potential compiler warnings and ensure correct pointer-to-integer conversion. Also inline the sizeof(Buffer) directly into the struct initializer, removing the intermediate Length variable.
O
offhub committed
3e2d731386e381e8f25da9f7f46a82ec9615985f
Parent: 10e1e18