diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-11-10 06:00:54 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-11-10 06:00:54 +0800 |
commit | 7d2baffd501420a0414f686ef0a35d0e71174661 (patch) | |
tree | 81d7ac71789a8d51522ca0bb429d78452a893197 /camel/ChangeLog | |
parent | 7f1c4d58ea508131328d7646250688460c1acffa (diff) | |
download | gsoc2013-evolution-7d2baffd501420a0414f686ef0a35d0e71174661.tar gsoc2013-evolution-7d2baffd501420a0414f686ef0a35d0e71174661.tar.gz gsoc2013-evolution-7d2baffd501420a0414f686ef0a35d0e71174661.tar.bz2 gsoc2013-evolution-7d2baffd501420a0414f686ef0a35d0e71174661.tar.lz gsoc2013-evolution-7d2baffd501420a0414f686ef0a35d0e71174661.tar.xz gsoc2013-evolution-7d2baffd501420a0414f686ef0a35d0e71174661.tar.zst gsoc2013-evolution-7d2baffd501420a0414f686ef0a35d0e71174661.zip |
If any of the pipe()'s fail, clean up any pipes that may have succeeded.
2001-11-08 Jeffrey Stedfast <fejj@ximian.com>
* camel-pgp-context.c (crypto_exec_with_passwd): If any of the
pipe()'s fail, clean up any pipes that may have succeeded. Also
close the password fds.
svn path=/trunk/; revision=14649
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 1e5a8d7f7b..747b3490a0 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2001-11-08 Jeffrey Stedfast <fejj@ximian.com> + + * camel-pgp-context.c (crypto_exec_with_passwd): If any of the + pipe()'s fail, clean up any pipes that may have succeeded. Also + close the password fds. + 2001-11-09 <NotZed@Ximian.com> * providers/imap/camel-imap-store.c (imap_auth_loop): If we get a |