j
k
j a
j l
Nikolay Sivov nsivov@codeweavers.com wrote:
if (((ULONG_PTR)Buffer % 8) != 0) return RPC_X_INVALID_BUFFER;
return RPC_X_INVALID_BUFFER;
Shouldn't this be 'if ((ULONG_PTR)Buffer & 7)' instead?
Back to the thread
Back to the list