From 5a08bd3e44b69675097741e6aa34d9009a43b6af Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 10 Apr 2002 19:59:13 +0000 Subject: Fixed a bug that would miscalculate how much data to copy into the 2002-04-10 Jeffrey Stedfast * 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 --- camel/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'camel/ChangeLog') 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 + + * 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 * camel-store.c (camel_store_init): Make the folder_lock -- cgit v1.2.3