[Bug 31029] New: convenience function to listen on an arbitrary Unix socket
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Oct 21 12:59:32 CEST 2010
https://bugs.freedesktop.org/show_bug.cgi?id=31029
Summary: convenience function to listen on an arbitrary Unix
socket
Product: Telepathy
Version: git master
Platform: Other
URL: http://git.collabora.co.uk/?p=user/smcv/telepathy-glib
-smcv.git;a=shortlog;h=refs/heads/no-ansi
OS/Version: All
Status: ASSIGNED
Keywords: patch
Severity: enhancement
Priority: medium
Component: tp-glib
AssignedTo: simon.mcvittie at collabora.co.uk
ReportedBy: simon.mcvittie at collabora.co.uk
QAContact: telepathy-bugs at lists.freedesktop.org
As Guillaume said in <https://bugzilla.gnome.org/show_bug.cgi?id=631314>, "Most
of the time when I create an UNIX socket, I don't care about its path and just
want a socket in the temporary directory."
At the moment we use tmpnam(), which makes the compiler warn (we are in fact
using it safely, as far as I can see, but the compiler can't know that). This
branch replaces _tp_create_temp_unix_socket with a function following Dan
Winship's suggestions on the GNOME bug.
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the telepathy-bugs
mailing list