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