reactos/dll/ntdll/csr
Hermès Bélusca-Maïto d86301f72b
[NTDLL:CSR] Perform more thorough validation of the parameters in CsrAllocateCaptureBuffer().
Complements commit 7e2db773.

- Validate the argument count.

- Validate the total buffer size: the total size of the header plus
  the pointer-offset array and the provided buffer, together with
  the alignment padding for each argument, must be less than MAXLONG
  aligned to 4-byte boundary.
2020-10-05 02:22:45 +02:00
..
api.c
capture.c [NTDLL:CSR] Perform more thorough validation of the parameters in CsrAllocateCaptureBuffer(). 2020-10-05 02:22:45 +02:00
connect.c [NTDLL:CSR] Perform more thorough validation of the parameters in CsrAllocateCaptureBuffer(). 2020-10-05 02:22:45 +02:00