summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tpm@src.gnome.org>2005-12-10 16:50:24 +0000
committerTim-Philipp Müller <tpm@src.gnome.org>2005-12-10 16:50:24 +0000
commit921e73508dc3200201a7442e86e8d472a755ab24 (patch)
tree3da86b85dfba7e15adbe6e2061323ff8fb8c1855 /ChangeLog
parentee20a33cc3933e62cf4b4a07ea2327da73d178db (diff)
downloadtotem-921e73508dc3200201a7442e86e8d472a755ab24.tar.gz
Don't assume the const string returned by g_dir_read_name() stays valid
* src/bacon-message-connection.c: (is_owned_by_user_and_socket), (find_file_with_pattern), (socket_filename): Don't assume the const string returned by g_dir_read_name() stays valid even after g_dir_close() (fixes crash on amd64 if there is already a /tmp/totem.user.123 socket at startup). Ignore an existing /tmp/totem.user.123 not only if it is not owned by the current user, but also if it is something else than a socket.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2f0bdfc55..c185c84c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-12-10 Tim-Philipp Müller <tim at centricular dot net>
+
+ * src/bacon-message-connection.c: (is_owned_by_user_and_socket),
+ (find_file_with_pattern), (socket_filename):
+ Don't assume the const string returned by g_dir_read_name() stays
+ valid even after g_dir_close() (fixes crash on amd64 if there is
+ already a /tmp/totem.user.123 socket at startup). Ignore an existing
+ /tmp/totem.user.123 not only if it is not owned by the current user,
+ but also if it is something else than a socket.
+
2005-11-28 Bastien Nocera <hadess@hadess.net>
* src/totem-mozilla-viewer.c: build with newer version of D-Bus