diff options
author | Tobias Mueller <muelli@auftrags-killer.org> | 2008-03-07 06:06:02 +0800 |
---|---|---|
committer | Tobias Mueller <tobiasmue@src.gnome.org> | 2008-03-07 06:06:02 +0800 |
commit | a111bc88ca3ef5db32724de69843290895175f7e (patch) | |
tree | 90ae048291b6403259bad7e3fb095f5f7509bb7f /mail/ChangeLog | |
parent | 638c1179771a66ce670c6c0d42a6d9275cd38fcc (diff) | |
download | gsoc2013-evolution-a111bc88ca3ef5db32724de69843290895175f7e.tar gsoc2013-evolution-a111bc88ca3ef5db32724de69843290895175f7e.tar.gz gsoc2013-evolution-a111bc88ca3ef5db32724de69843290895175f7e.tar.bz2 gsoc2013-evolution-a111bc88ca3ef5db32724de69843290895175f7e.tar.lz gsoc2013-evolution-a111bc88ca3ef5db32724de69843290895175f7e.tar.xz gsoc2013-evolution-a111bc88ca3ef5db32724de69843290895175f7e.tar.zst gsoc2013-evolution-a111bc88ca3ef5db32724de69843290895175f7e.zip |
** Fix for bug #520745
2008-03-06 Tobias Mueller <muelli@auftrags-killer.org>
** Fix for bug #520745
* mail/em-format.c: Fix format-string vulnerability
Patch by Tor Lillqvist <tml@iki.fi>
svn path=/trunk/; revision=35143
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 32ebad578f..c20c4b84da 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2008-03-06 Tobias Mueller <muelli@auftrags-killer.org> + + ** Fix for bug #520745 + + * mail/em-format.c: Fix format-string vulnerability + Patch by Tor Lillqvist <tml@iki.fi> + 2008-03-03 Matthew Barnes <mbarnes@redhat.com> * em-folder-tree.c (emft_drop_async__done): |