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
..
cacheman.c
copy.c [NTOSKRNL] Properly align VACB writes 2018-09-23 10:32:14 +02:00
fs.c
lazywrite.c
mdl.c
pin.c [NTOSKRNL] Fix refcounting for BCBs 2018-10-28 20:48:01 +01:00
view.c [NTOSKRNL] Don't dereference VACB when allocating its memory area fails 2018-12-08 19:56:03 +01:00