dovecot-1.2: GSSAPI: stdlib.h wasn't included with all OSes, cau...

dovecot at dovecot.org dovecot at dovecot.org
Thu Sep 11 18:47:22 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.2/rev/f14e68845b6b
changeset: 8191:f14e68845b6b
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Sep 11 18:47:19 2008 +0300
description:
GSSAPI: stdlib.h wasn't included with all OSes, causing crash at startup with 64bit systems.

diffstat:

1 file changed, 2 insertions(+)
src/auth/mech-gssapi.c |    2 ++

diffs (12 lines):

diff -r 9902de77194e -r f14e68845b6b src/auth/mech-gssapi.c
--- a/src/auth/mech-gssapi.c	Thu Sep 11 17:10:46 2008 +0300
+++ b/src/auth/mech-gssapi.c	Thu Sep 11 18:47:19 2008 +0300
@@ -20,6 +20,8 @@
 #include "buffer.h"
 #include "hex-binary.h"
 #include "safe-memset.h"
+
+#include <stdlib.h>
 
 #ifdef HAVE_GSSAPI
 


More information about the dovecot-cvs mailing list