Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
68aa42a4
Commit
68aa42a4
authored
May 30, 2012
by
Stefan Leichter
Committed by
Alexandre Julliard
May 31, 2012
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel32: Fix OutputDebugStringA called with NULL pointer.
parent
e16bcda4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
debugger.c
dlls/kernel32/debugger.c
+2
-0
No files found.
dlls/kernel32/debugger.c
View file @
68aa42a4
...
...
@@ -245,6 +245,8 @@ void WINAPI OutputDebugStringA( LPCSTR str )
static
HANDLE
DBWinMutex
=
NULL
;
static
BOOL
mutex_inited
=
FALSE
;
if
(
!
str
)
str
=
""
;
/* send string to attached debugger */
SERVER_START_REQ
(
output_debug_string
)
{
...
...
Vitaly Lipatov
@lav
mentioned in commit
9e8f50e1
·
Sep 03, 2020
mentioned in commit
9e8f50e1
mentioned in commit 9e8f50e1e254631f73c60cc578c8bf5863e7a484
Toggle commit list
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