Revision tags: 0.4.14-release |
|
#
34593d93 |
| 11-Jun-2021 |
Victor Perevertkin <victor.perevertkin@reactos.org> |
[FORMATTING][NTOS][HAL][DRIVERS][SDK] Fix trailing spaces
|
Revision tags: 0.4.15-dev, 0.4.14-RC, 0.4.13-release, 0.4.14-dev, 0.4.13-RC, 0.4.12-release, 0.4.12-RC, 0.4.13-dev, 0.4.11-release, 0.4.11-RC, 0.4.12-dev, 0.4.10-release |
|
#
6d7ec8c7 |
| 29-Aug-2018 |
Pierre Schweitzer <pierre@reactos.org> |
[CDFS] Revert 9d0596a
The appropriate fix was the previous one, where the macro for checking legal chars have been fixed.
Thanks to MS for their review :-).
CORE-14067
|
#
9d0596af |
| 28-Aug-2018 |
Pierre Schweitzer <pierre@reactos.org> |
[CDFS] Properly check for legal names in CdIsLegalName()
Up to now, it was working by chance. Indeed, due to the invalid ASCII check performed before calling FsRtlIsAnsiCharacterLegalHpfs(), the mac
[CDFS] Properly check for legal names in CdIsLegalName()
Up to now, it was working by chance. Indeed, due to the invalid ASCII check performed before calling FsRtlIsAnsiCharacterLegalHpfs(), the macro is improperly called and overruns the FsRtlLegalAnsiCharacterArray buffer. Fortunately, up to now, right after that buffer in kernel binary there are strings which are more or less consistent with the flags that are expected by the macro, causing a decent behavior of FsRtlIsAnsiCharacterLegalHpfs() even for extended ASCII characters (whereas FsRtlIsAnsiCharacterLegalHpfs() is only designed for ASCII characters). But this is a totally out of control and wrong behavior. A single change in the way the kernel was built could have caused the CDFS driver not to work as previously.
I have made the choice to allow any extended ASCII character as done for the unicode characters. This is a good compromise to avoid drastic regressions for users having extended ASCII characters in their CD file names.
This imports proposed upstream commit 1b6b625641dffb49951e60398e1a9c672318ea71 See pull request https://github.com/Microsoft/Windows-driver-samples/pull/278
CORE-14067
show more ...
|
Revision tags: 0.4.11-dev, 0.4.10-RC |
|
#
45fd48bd |
| 21-Aug-2018 |
Pierre Schweitzer <pierre@reactos.org> |
[CDFS_NEW] -> [CDFS] No old driver, thus no new driver
|