Files
reactos/ntoskrnl/cc
Pierre Schweitzer cf7969fbfa [NTOSKRNL] Fix refcounting for BCBs
Now, we make sure that we update ref count and BCB list membership
with the BCB lock held, in a row.
This will avoid race conditions where the BCB was removed from the
list, then referenced again, leading to inconsistencies in memory
and crashes later on.
This could notably be triggered while building ReactOS on ReactOS
(one would call this a regression).

CORE-15235
2018-10-28 20:48:01 +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