diff options
author | Tobias Mueller <tobiasmue@svn.gnome.org> | 2007-12-13 07:08:15 +0800 |
---|---|---|
committer | Tobias Mueller <tobiasmue@src.gnome.org> | 2007-12-13 07:08:15 +0800 |
commit | 75b76dedf1257789ca2d5c74af363606928fbc6a (patch) | |
tree | 64806640cac8c7aeae3619fbce6435a3f3d9d12f /plugins/exchange-operations/ChangeLog | |
parent | df0dfc753e3165dff397a6aff2431735471260c4 (diff) | |
download | gsoc2013-evolution-75b76dedf1257789ca2d5c74af363606928fbc6a.tar gsoc2013-evolution-75b76dedf1257789ca2d5c74af363606928fbc6a.tar.gz gsoc2013-evolution-75b76dedf1257789ca2d5c74af363606928fbc6a.tar.bz2 gsoc2013-evolution-75b76dedf1257789ca2d5c74af363606928fbc6a.tar.lz gsoc2013-evolution-75b76dedf1257789ca2d5c74af363606928fbc6a.tar.xz gsoc2013-evolution-75b76dedf1257789ca2d5c74af363606928fbc6a.tar.zst gsoc2013-evolution-75b76dedf1257789ca2d5c74af363606928fbc6a.zip |
Patch by evilninjasquirrel@hotbrev.com
2007-12-13 Tobias Mueller <tobiasmue@svn.gnome.org>
Patch by evilninjasquirrel@hotbrev.com
** Fixes bug 474043
* plugins/exchange-operations/exchange-operations.c:
* plugins/exchange-operations/exchange-operations.h
Prevent buffer overflows, by introducing a fourth parameter to
exchange_operations_tokenize_string - a max size to copy
svn path=/trunk/; revision=34692
Diffstat (limited to 'plugins/exchange-operations/ChangeLog')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index f6e55929b1..bdf2c34b6f 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,12 @@ +2007-12-13 Tobias Mueller <tobiasmue@svn.gnome.org> + Patch by evilninjasquirrel@hotbrev.com + + ** Fixes bug 474043 + * plugins/exchange-operations/exchange-operations.c: + * plugins/exchange-operations/exchange-operations.h + Prevent buffer overflows, by introducing a fourth parameter to + exchange_operations_tokenize_string - a max size to copy + 2007-12-04 David Turner <cillian64@googlemail.com> ** Fix for bug #466241 |