mirror of
https://github.com/reactos/reactos.git
synced 2024-12-12 12:53:29 +08:00
fefb982d64
This may look strange, since this buffer is originally allocated using the TAG_IO_NAME tag. However, it happens that file-system drivers are allowed to re-allocate this buffer: this is what the MS' open-sourced CDFS driver does, see e.g. CdCommonCreate() and CdNormalizeFileNames() in cdfs/create.c . This fixes a pool tag mismatch 'mNoI' != 'nFdC' BSOD when resources are freed when closing a file that has been opened with a relative name on a CDFS-mounted volume. |
||
---|---|---|
.. | ||
iomgr | ||
pnpmgr |