Skip to content

Commit

Permalink
imap: fix crash due to a race condition.
Browse files Browse the repository at this point in the history
  • Loading branch information
svarshavchik committed Aug 1, 2021
1 parent 02e4002 commit 368f9fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions courier/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
1.1.5

2021-08-01 Sam Varshavchik <mrsam@courier-mta.com>

* imapd.c (bye): Just call exit(), we may be in an inconstent state.

2021-06-15 Sam Varshavchik <mrsam@courier-mta.com>

* courier/module.esmtp/libesmtp.c (esmtp_mailfrom_cmd_idna): do not
Expand Down
2 changes: 1 addition & 1 deletion courier/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dnl Copyright 1998 - 2021 Double Precision, Inc. See COPYING for
dnl distribution information.

AC_PREREQ(2.59)
AC_INIT(courier, 1.1.4.20210615, [courier-users@lists.sourceforge.net])
AC_INIT(courier, 1.1.5, [courier-users@lists.sourceforge.net])
version=$PACKAGE_VERSION
AC_CONFIG_SRCDIR(courier/courier.c)
AM_INIT_AUTOMAKE
Expand Down

0 comments on commit 368f9fb

Please sign in to comment.