[FASTFAT] Fix FastFAT not returning short name for FAT volumes in FileBothDirectoryIn...
authorPierre Schweitzer <pierre@reactos.org>
Sat, 9 Dec 2017 20:22:55 +0000 (21:22 +0100)
committerPierre Schweitzer <pierre@reactos.org>
Sat, 9 Dec 2017 20:22:55 +0000 (21:22 +0100)
This is likely due to a copy paste error where long name was copied twice and short never.
Fun fact: this was not affecting FATX volumes
Fun fact2: this was defeating a buffer overflow check and thus was allowing buffer overflow!

CORE-14088


No differences found