diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-04-11 03:59:13 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-11 03:59:13 +0800 |
commit | 5a08bd3e44b69675097741e6aa34d9009a43b6af (patch) | |
tree | b421fededbd3709f53b97a6ab32e9a472aafe509 /camel/ChangeLog | |
parent | 09a4db1fde85e39bcd0e288a040ddab2e0f9e4a8 (diff) | |
download | gsoc2013-evolution-5a08bd3e44b69675097741e6aa34d9009a43b6af.tar gsoc2013-evolution-5a08bd3e44b69675097741e6aa34d9009a43b6af.tar.gz gsoc2013-evolution-5a08bd3e44b69675097741e6aa34d9009a43b6af.tar.bz2 gsoc2013-evolution-5a08bd3e44b69675097741e6aa34d9009a43b6af.tar.lz gsoc2013-evolution-5a08bd3e44b69675097741e6aa34d9009a43b6af.tar.xz gsoc2013-evolution-5a08bd3e44b69675097741e6aa34d9009a43b6af.tar.zst gsoc2013-evolution-5a08bd3e44b69675097741e6aa34d9009a43b6af.zip |
Fixed a bug that would miscalculate how much data to copy into the
2002-04-10 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-part-utils.c (convert_buffer): Fixed a bug that would
miscalculate how much data to copy into the GByteArray (negative
value) thus causing a segfault. Also optimized it while I was at
it.
svn path=/trunk/; revision=16428
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 7d334da54a..de92871e4d 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2002-04-10 Jeffrey Stedfast <fejj@ximian.com> + + * camel-mime-part-utils.c (convert_buffer): Fixed a bug that would + miscalculate how much data to copy into the GByteArray (negative + value) thus causing a segfault. Also optimized it while I was at + it. + 2002-04-09 Jeffrey Stedfast <fejj@ximian.com> * camel-store.c (camel_store_init): Make the folder_lock |