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
6de3c8f1
Commit
6de3c8f1
authored
Jul 20, 2017
by
Zebediah Figura
Committed by
Alexandre Julliard
Jul 21, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
krnl386.exe16: Fail int 21, 4e if the volume label is an empty string.
Signed-off-by:
Zebediah Figura
<
z.figura12@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
b06dd7d8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
int21.c
dlls/krnl386.exe16/int21.c
+1
-0
No files found.
dlls/krnl386.exe16/int21.c
View file @
6de3c8f1
...
...
@@ -3876,6 +3876,7 @@ static unsigned INT21_FindHelper(LPCWSTR fullPath, unsigned drive, unsigned coun
if
(
count
)
return
0
;
path
[
0
]
=
drive
+
'A'
;
if
(
!
GetVolumeInformationW
(
path
,
entry
->
cAlternateFileName
,
13
,
NULL
,
NULL
,
NULL
,
NULL
,
0
))
return
0
;
if
(
!
entry
->
cAlternateFileName
[
0
])
return
0
;
RtlSecondsSince1970ToTime
(
0
,
(
LARGE_INTEGER
*
)
&
entry
->
ftCreationTime
);
RtlSecondsSince1970ToTime
(
0
,
(
LARGE_INTEGER
*
)
&
entry
->
ftLastAccessTime
);
RtlSecondsSince1970ToTime
(
0
,
(
LARGE_INTEGER
*
)
&
entry
->
ftLastWriteTime
);
...
...
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