reactos/base
Hermès Bélusca-Maïto 17ebc8421a
[CMD] Fix the way the DIR-command pattern is interpreted when it contains paths or filenames with trailing dots.
Particular DIR commands like: "DIR .", "DIR .." now work as expected,
and we also correctly fix the behavior for files without extension,
that r38746 (2b06cfc0) originally tried to fix but broke the previous
examples.
Therefore "DIR *." and "DIR noextfile." work too.

Pathological cases like "DIR \...", "DIR \...\.", "DIR ..\...\.." and
the like (and with more than 3 dots) now work as expected.

Adapted from PR #592 by Katayama Hirofumi MZ, but with extended bugfixing.

CORE-13961
2018-08-06 22:40:17 +02:00
..
applications [MSCONFIG] Fix buffer overflow when handling long service command lines. 2018-08-05 12:58:35 +02:00
services [SRVSVC] Set and retrieve service bits and rename unknown functions 2018-08-05 15:05:19 +02:00
setup [TRANSLATIONS] Fix spanish translations for some resources (#725) 2018-08-03 15:08:13 +02:00
shell [CMD] Fix the way the DIR-command pattern is interpreted when it contains paths or filenames with trailing dots. 2018-08-06 22:40:17 +02:00
system [WINLOGON] Hack-fix for CORE-14877 ; see commit bcec1fd6. 2018-08-06 17:38:00 +02:00
CMakeLists.txt