[ros-diffs] [fireball] 54114: - Add a new RtlIsDosPathName_Ustr test which shows a flaw in the existing implementation.

fireball at svn.reactos.org fireball at svn.reactos.org
Thu Oct 13 17:42:19 UTC 2011


Author: fireball
Date: Thu Oct 13 17:42:19 2011
New Revision: 54114

URL: http://svn.reactos.org/svn/reactos?rev=54114&view=rev
Log:
- Add a new RtlIsDosPathName_Ustr test which shows a flaw in the existing implementation.

Modified:
    trunk/rostests/winetests/ntdll/path.c

Modified: trunk/rostests/winetests/ntdll/path.c
URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/ntdll/path.c?rev=54114&r1=54113&r2=54114&view=diff
==============================================================================
--- trunk/rostests/winetests/ntdll/path.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/ntdll/path.c [iso-8859-1] Thu Oct 13 17:42:19 2011
@@ -135,6 +135,7 @@
           "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
           "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
           "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\\nul.txt", 1000, 6 },
+        { "c:\\nul",       6, 6 },
         { NULL, 0 }
     };
 




More information about the Ros-diffs mailing list