From: Ralf Habacker Date: Fri, 8 Mar 2013 09:44:30 +0000 (+0100) Subject: Do not retrieve credential information from the wrong side of the connection. X-Git-Tag: dbus-1.7.2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73df9770b39ad486c6ed4d5a392d950c6eb065f5;p=thirdparty%2Fdbus.git Do not retrieve credential information from the wrong side of the connection. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=61787 Reviewed-by: Simon McVittie --- diff --git a/dbus/dbus-sysdeps-win.c b/dbus/dbus-sysdeps-win.c index 6e093c1ff..f8189af7b 100644 --- a/dbus/dbus-sysdeps-win.c +++ b/dbus/dbus-sysdeps-win.c @@ -1695,8 +1695,7 @@ _dbus_read_credentials_socket (int handle, _dbus_string_free(&buf); } - _dbus_credentials_add_from_current_process (credentials); - _dbus_verbose("FIXME: get faked credentials from current process"); + _dbus_verbose("FIXME: fetch credentials from client connection\n"); return TRUE; }