From 171fa71bf8c65bae4602d532c8ff0663288829ac Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Fri, 10 Aug 2018 13:38:19 +0000 Subject: [PATCH] - crypt segfault fix from PLD --- crypt.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 crypt.patch diff --git a/crypt.patch b/crypt.patch new file mode 100644 index 0000000..3e17cb9 --- /dev/null +++ b/crypt.patch @@ -0,0 +1,10 @@ +--- dovecot-2.3.2.1/src/auth/mycrypt.c~ 2018-04-30 15:52:04.000000000 +0200 ++++ dovecot-2.3.2.1/src/auth/mycrypt.c 2018-08-10 12:30:04.828556600 +0200 +@@ -14,6 +14,7 @@ + # define _XPG6 /* Some Solaris versions require this, some break with this */ + #endif + #include ++#include + + #include "mycrypt.h" + -- 2.44.0