diff options
author | Not Zed <NotZed@Ximian.com> | 2002-09-30 13:06:51 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2002-09-30 13:06:51 +0800 |
commit | 1dcff68ce6ee20d604a1635d27a9cf443bdfcd0e (patch) | |
tree | d216d359a2da413f9b909f110fc3661989812e2b /camel/ChangeLog | |
parent | de6d72380316ca28b7f3b69fd1fdbab2bd6e0990 (diff) | |
download | gsoc2013-evolution-1dcff68ce6ee20d604a1635d27a9cf443bdfcd0e.tar gsoc2013-evolution-1dcff68ce6ee20d604a1635d27a9cf443bdfcd0e.tar.gz gsoc2013-evolution-1dcff68ce6ee20d604a1635d27a9cf443bdfcd0e.tar.bz2 gsoc2013-evolution-1dcff68ce6ee20d604a1635d27a9cf443bdfcd0e.tar.lz gsoc2013-evolution-1dcff68ce6ee20d604a1635d27a9cf443bdfcd0e.tar.xz gsoc2013-evolution-1dcff68ce6ee20d604a1635d27a9cf443bdfcd0e.tar.zst gsoc2013-evolution-1dcff68ce6ee20d604a1635d27a9cf443bdfcd0e.zip |
Remove debug content_info_dump, could cause a crash, and not really needed
2002-09-30 Not Zed <NotZed@Ximian.com>
* providers/imap/camel-imap-folder.c (imap_get_message): Remove
debug content_info_dump, could cause a crash, and not really
needed anymore.
* camel-folder-summary.c (camel_content_info_dump): Check ci->type
!= NULL before dereferencing it. Should fix crash #31331.
svn path=/trunk/; revision=18259
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 95abd36ba9..4c3c8045e0 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,12 @@ +2002-09-30 Not Zed <NotZed@Ximian.com> + + * providers/imap/camel-imap-folder.c (imap_get_message): Remove + debug content_info_dump, could cause a crash, and not really + needed anymore. + + * camel-folder-summary.c (camel_content_info_dump): Check ci->type + != NULL before dereferencing it. Should fix crash #31331. + 2002-09-27 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-folder.c (decode_internaldate): New |