diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2012-03-14 19:28:13 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-03-14 19:28:13 +0100 |
commit | cc14b532413d3119dd42f5d741aa32e9b87a0d48 (patch) | |
tree | d68ec666ae4fe43052d9d8ac57fb1fcf73e6960b /ChangeLog | |
parent | 80459a44a331b92190c1caee896eabce77d19a02 (diff) | |
parent | de6e9e4cff040336fd949f99ed3cab829d3f2b10 (diff) | |
download | ayatana-indicator-application-cc14b532413d3119dd42f5d741aa32e9b87a0d48.tar.gz ayatana-indicator-application-cc14b532413d3119dd42f5d741aa32e9b87a0d48.tar.bz2 ayatana-indicator-application-cc14b532413d3119dd42f5d741aa32e9b87a0d48.zip |
* New upstream release:
- Coverity INTEGER_OVERFLOW - CID 10716 (lp: #944234)
- small memory leak caused by inline use of dbus_g_method_get_sender()
(lp: #953585)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,5 +1,25 @@ # Generated by Makefile. Do not edit. +2012-03-13 Charles Kerr <charles.kerr@canonical.com> + + 0.4.93 + +2012-03-12 Charles Kerr <charles.kerr@canonical.com> + + in generate_id(), we have a handful of local guint8's that get left-shifted to the point of potential overflow -- so change them to guint32 instead. Bug reported by coverity in lp ticket #944234 + +2012-03-12 Charles Kerr <charles.kerr@canonical.com> + + change local guint8 fields that get left-shifted to guint32 to prevent overflow, as reported by coverity in lp bug #944234 + +2012-03-12 Charles Kerr <charles.kerr@canonical.com> + + merge lp:~htorque/indicator-application/fix-small-memleak to fix a small memory leak described in lp bug #953585 + +2012-03-12 Hernando Torque <sirius@sonnenkinder.org> + + Fix small memory leak by freeing string returned by dbus_g_method_get_sender. + 2012-03-09 Ted Gould <ted@gould.cx> 0.4.92 |