From d9f8633b4e45ae45ee4fbd0c6e77807a12179a36 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Thu, 13 Oct 2011 17:42:19 +0000 Subject: [PATCH] - Add a new RtlIsDosPathName_Ustr test which shows a flaw in the existing implementation. svn path=/trunk/; revision=54114 --- rostests/winetests/ntdll/path.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rostests/winetests/ntdll/path.c b/rostests/winetests/ntdll/path.c index 90db536a827..a052992ec81 100755 --- a/rostests/winetests/ntdll/path.c +++ b/rostests/winetests/ntdll/path.c @@ -135,6 +135,7 @@ static void test_RtlIsDosDeviceName(void) "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\\nul.txt", 1000, 6 }, + { "c:\\nul", 6, 6 }, { NULL, 0 } };