diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-02-26 04:11:07 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-02-26 04:11:07 +0800 |
commit | 6db6379e350eb77cd0b099bc97c43dee1a869ce3 (patch) | |
tree | da6ce37ba1bf76be55c5471e8962c6a6fe4c58f5 /camel/ChangeLog | |
parent | 82355d5100fddbfd0646e73db7d1105d75f44e0f (diff) | |
download | gsoc2013-evolution-6db6379e350eb77cd0b099bc97c43dee1a869ce3.tar.gz gsoc2013-evolution-6db6379e350eb77cd0b099bc97c43dee1a869ce3.tar.zst gsoc2013-evolution-6db6379e350eb77cd0b099bc97c43dee1a869ce3.zip |
Free the uids *after* reporting Complete, otherwise we get an FMR if our
2004-02-25 Jeffrey Stedfast <fejj@ximian.com>
* camel-filter-driver.c (camel_filter_driver_filter_folder): Free
the uids *after* reporting Complete, otherwise we get an FMR if
our caller didn't pass in the uids.
* camel-sasl-gssapi.c (gssapi_challenge): #ifdef out another
gss_release_buffer() call as this function causes memory
corruption if using Heimdal's implementation of Kerberos5. Yay
Heimdal.
svn path=/trunk/; revision=24872
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index d8063fa667..1932b03d14 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2004-02-25 Jeffrey Stedfast <fejj@ximian.com> + + * camel-filter-driver.c (camel_filter_driver_filter_folder): Free + the uids *after* reporting Complete, otherwise we get an FMR if + our caller didn't pass in the uids. + + * camel-sasl-gssapi.c (gssapi_challenge): #ifdef out another + gss_release_buffer() call as this function causes memory + corruption if using Heimdal's implementation of Kerberos5. Yay + Heimdal. + 2004-02-25 <rodo@ximian.com> * camel-folder.c (get_unread_message_count): do not avoid junk |