diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-04 02:16:59 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-04 02:16:59 +0800 |
commit | 733175aaec70f4466915e1b028de572338911259 (patch) | |
tree | 56d075c3e770962f923acaf278d793218a49c591 /camel/ChangeLog | |
parent | 7d143c9c442f2c30f4a47c173cb48829ebe847b8 (diff) | |
download | gsoc2013-evolution-733175aaec70f4466915e1b028de572338911259.tar gsoc2013-evolution-733175aaec70f4466915e1b028de572338911259.tar.gz gsoc2013-evolution-733175aaec70f4466915e1b028de572338911259.tar.bz2 gsoc2013-evolution-733175aaec70f4466915e1b028de572338911259.tar.lz gsoc2013-evolution-733175aaec70f4466915e1b028de572338911259.tar.xz gsoc2013-evolution-733175aaec70f4466915e1b028de572338911259.tar.zst gsoc2013-evolution-733175aaec70f4466915e1b028de572338911259.zip |
First check to make sure that service->url->authmech is non-NULL before
2001-08-03 Jeffrey Stedfast <fejj@ximian.com>
* providers/smtp/camel-smtp-transport.c (smtp_connect): First
check to make sure that service->url->authmech is non-NULL before
passing it into strcmp to avoid a segfault.
svn path=/trunk/; revision=11618
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 8865adad20..e969917624 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,9 @@ 2001-08-03 Jeffrey Stedfast <fejj@ximian.com> + * providers/smtp/camel-smtp-transport.c (smtp_connect): First + check to make sure that service->url->authmech is non-NULL before + passing it into strcmp to avoid a segfault. + * camel-pgp-context.c (pgp_decrypt): Sigh, if gpg returns '1' it means that the key is bad but it did succeede in decrypting the block so to make users happy (even though I find this a |