| Description: |
From the MeeGo advisory:
The DBus message handling in mutter-moblin was not safe. Crash could
be induced by a simple:
python -c "import dbus; dbus.Interface (dbus.SessionBus ().get_object \
('org.freedesktop.Notifications', '/org/freedesktop/Notifications'), \
'org.freedesktop.Notifications').Notify ('', 0, '', '', '', [''], {}, \
0)"
|