Files
reactos/ntoskrnl/cc
Pierre Schweitzer 182cc5c5ab [NTOSKRNL] Don't dereference VACB when allocating its memory area fails
This avoids performing a double-free (even though that's hidden by the
fact we use lookaside allocations for VACB), and it avoids freeing
a memory address at an uninitialized address.
We don't care about references here, the VACB was just allocated, never
linked and we're its only user.

CORE-15413
2018-12-08 19:56:03 +01:00
..
2018-09-23 10:32:14 +02:00
2018-04-15 22:52:53 +02:00
2018-10-28 20:48:01 +01:00