summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2008-01-15 14:20:43 -0500
committerJohn (J5) Palmieri <johnp@redhat.com>2008-01-15 14:20:43 -0500
commit9db435926fb82409caa2b5a7139781a95f105a63 (patch)
tree66d90fdc0a098214cb29cdffd56538c45806c08d /ChangeLog
parentc18415e2c6e151b773a90e66188714124ee8b867 (diff)
rewrite selinux error handling to not abort due to a NULL read
2008-01-15 John (J5) Palmieri <johnp@redhat.com> * bus/bus.c (bus_context_check_security_policy): rewrite selinux error handling to not abort due to a NULL read and to set the error only if it is not already set (Based off of FDO Bug #12430)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 88d0a572..b254f8ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,15 @@
2008-01-15 John (J5) Palmieri <johnp@redhat.com>
+ * bus/bus.c (bus_context_check_security_policy): rewrite selinux error
+ handling to not abort due to a NULL read and to set the error only if
+ it is not already set (Based off of FDO Bug #12430)
+
+2008-01-15 John (J5) Palmieri <johnp@redhat.com>
+
* patch by Kimmo Hämäläinen <kimmo dot hamalainen at nokia dot com>
* dbus/dbus-internals.c (_dbus_read_uuid_file_without_creating,
- _dbus_create_uuid_file_exclusively): add OOM handling
+ _dbus_create_uuid_file_exclusively): add OOM handling (FDO Bug #12952)
2008-01-15 John (J5) Palmieri <johnp@redhat.com>