projects
/
platform
/
upstream
/
dbus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7afacaf
)
Fix GetExtendedTcpTable crash on vista sp0.
author
Илья А. Ткаченко
<ilya.tkachenko@syncopate.ru>
Tue, 23 Dec 2014 08:45:24 +0000
(11:45 +0300)
committer
Ralf Habacker
<ralf.habacker@freenet.de>
Tue, 23 Dec 2014 10:02:00 +0000
(11:02 +0100)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=77008
Reviewed-by: Ralf Habacker <ralf.habacker@freenet.de>
dbus/dbus-sysdeps-win.c
patch
|
blob
|
history
diff --git
a/dbus/dbus-sysdeps-win.c
b/dbus/dbus-sysdeps-win.c
index 1167e9676af2e88bf35871fefde63e60a44dc4c9..00848363a3072156fd4b9c9e67c350ed248b0a22 100644
(file)
--- a/
dbus/dbus-sysdeps-win.c
+++ b/
dbus/dbus-sysdeps-win.c
@@
-146,7
+146,7
@@
static dbus_pid_t
get_pid_from_extended_tcp_table(int peer_port)
{
dbus_pid_t result;
- DWORD errorCode, size, i;
+ DWORD errorCode, size
= 0
, i;
MIB_TCPTABLE_OWNER_PID *tcp_table;
if ((errorCode =