diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-19 10:21:44 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-19 10:21:44 +0800 |
commit | d6d7dc41d026a2a2bc907446e26f22e978d51f45 (patch) | |
tree | b48aeabd1bec69791f4ba4b2b05ea1336ec08c20 /camel/ChangeLog | |
parent | 93314d904125e37d567b4669bd3c0170ab8d7e4e (diff) | |
download | gsoc2013-evolution-d6d7dc41d026a2a2bc907446e26f22e978d51f45.tar.gz gsoc2013-evolution-d6d7dc41d026a2a2bc907446e26f22e978d51f45.tar.zst gsoc2013-evolution-d6d7dc41d026a2a2bc907446e26f22e978d51f45.zip |
Protect against a possibly NULL exception.
2001-03-18 Jeffrey Stedfast <fejj@ximian.com>
* camel-remote-store.c (remote_recv_line): Protect against a
possibly NULL exception.
svn path=/trunk/; revision=8811
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index b42c5ba626..e5c564e41d 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,8 @@ 2001-03-18 Jeffrey Stedfast <fejj@ximian.com> + * camel-remote-store.c (remote_recv_line): Protect against a + possibly NULL exception. + * camel-filter-driver.c (camel_filter_driver_filter_message): Document and modify to return a boolean value denoting whether or not errors occured during processing. |