reactos/drivers/filesystems/ntfs
Trevor Thompson 8b893c8e30 [NTFS]
Add some fixes to attrib.c, as suggested by Pierre Schweitzer:
*ConvertLargeMCBToDataRuns() - Use MS portable type, ULONG, for variable i.
*FreeClusters(), AddRun() - Check for invalid parameter before allocating memory, and confirm the memory is allocated.
*ConvertDataRunsToLargeMCB(), AddRun() - Avoid code duplication by using ExRaiseStatus() in try block, and return accurate status via _SEH2_GetExceptionCode().

svn path=/branches/GSoC_2016/NTFS/; revision=72422
2017-12-10 11:14:10 +01:00
..
attrib.c [NTFS] 2017-12-10 11:14:10 +01:00
blockdev.c
cleanup.c
close.c
CMakeLists.txt
create.c [NTFS] 2017-12-10 11:13:31 +01:00
devctl.c
dirctl.c [NTFS] 2017-12-10 11:13:25 +01:00
dispatch.c
fastio.c
fcb.c [NTFS] 2017-12-10 11:13:25 +01:00
finfo.c
fsctl.c [NTFS] 2017-12-10 11:13:25 +01:00
mft.c [NTFS] 2017-12-10 11:14:08 +01:00
misc.c
notes.txt
ntfs.c
ntfs.h [NTFS] 2017-12-10 11:14:08 +01:00
ntfs.rc
rw.c [NTFS] 2017-12-10 11:14:03 +01:00
volinfo.c [NTFS] 2017-12-10 11:14:02 +01:00