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
e3997294
Commit
e3997294
authored
May 04, 2014
by
Marcus Meissner
Committed by
Alexandre Julliard
May 05, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ver.dll16: filelen is an in/out parameter (Coverity).
parent
8595d702
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
version.c
dlls/ver.dll16/version.c
+2
-1
No files found.
dlls/ver.dll16/version.c
View file @
e3997294
...
...
@@ -522,7 +522,8 @@ DWORD WINAPI VerInstallFile16( UINT16 flags,
LPSTR
lpszSrcDir
,
LPSTR
lpszDestDir
,
LPSTR
lpszCurDir
,
LPSTR
lpszTmpFile
,
UINT16
*
lpwTmpFileLen
)
{
UINT
filelen
;
UINT
filelen
=
*
lpwTmpFileLen
;
DWORD
retv
=
VerInstallFileA
(
flags
,
lpszSrcFilename
,
lpszDestFilename
,
lpszSrcDir
,
lpszDestDir
,
lpszCurDir
,
lpszTmpFile
,
&
filelen
);
...
...
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