summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2008-01-15 16:51:30 -0500
committerJohn (J5) Palmieri <johnp@redhat.com>2008-01-15 16:51:30 -0500
commit6cfcabbc006c1a7d5dc506ea317e2f39354e0459 (patch)
treeb2ab35d8c387eac2ef54cc20ebd221ab6584c0ba /ChangeLog
parentc0910a0bda980888f3261486fc873f5510de48a9 (diff)
check write return value so we don't hang (FDO Bug #11665)
2008-01-15 John (J5) Palmieri <johnp@redhat.com> * patch by Peter O'Gorman <pogma at thewrittenword dot com> * dbus/dbus-spawn.c (babysit_signal_handler): check write return value so we don't hang (FDO Bug #11665)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22a5f0c1..68b656da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,13 @@
* patch by Peter O'Gorman <pogma at thewrittenword dot com>
+ * dbus/dbus-spawn.c (babysit_signal_handler): check write return value
+ so we don't hang (FDO Bug #11665)
+
+2008-01-15 John (J5) Palmieri <johnp@redhat.com>
+
+ * patch by Peter O'Gorman <pogma at thewrittenword dot com>
+
* dbus/dbus-sysdeps.h: support for AIX poll implementation (FDO Bug
#11666)