Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
574a21cc
Commit
574a21cc
authored
Nov 11, 2010
by
André Hentschel
Committed by
Alexandre Julliard
Nov 11, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll/tests: Fix crash in japanese and chinese test.
parent
36035d0a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
rtlstr.c
dlls/ntdll/tests/rtlstr.c
+3
-0
No files found.
dlls/ntdll/tests/rtlstr.c
View file @
574a21cc
...
...
@@ -748,7 +748,10 @@ static const ustr2astr_t ustr2astr[] = {
{
8
,
6
,
12
,
"------------"
,
12
,
12
,
12
,
"abcdef"
,
FALSE
,
5
,
6
,
6
,
"abcde"
,
STATUS_BUFFER_OVERFLOW
},
{
8
,
7
,
12
,
"------------"
,
12
,
12
,
12
,
"abcdef"
,
FALSE
,
6
,
7
,
7
,
"abcdef"
,
STATUS_SUCCESS
},
{
8
,
7
,
12
,
"------------"
,
0
,
12
,
12
,
NULL
,
FALSE
,
0
,
7
,
0
,
""
,
STATUS_SUCCESS
},
#if 0
/* crashes on japanese and chinese XP */
{ 0, 0, 12, NULL, 10, 10, 12, NULL, FALSE, 5, 0, 0, NULL, STATUS_BUFFER_OVERFLOW},
#endif
};
#define NB_USTR2ASTR (sizeof(ustr2astr)/sizeof(*ustr2astr))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment