[dovecot-cvs] dovecot/src/login-common main.c,1.45,1.46

tss at dovecot.org tss at dovecot.org
Sun Mar 18 05:09:53 EET 2007


Update of /var/lib/cvs/dovecot/src/login-common
In directory talvi:/tmp/cvs-serv10296/login-common

Modified Files:
	main.c 
Log Message:
Enable data_stack_set_clean_after_pop() for login processes



Index: main.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/login-common/main.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- main.c	18 Mar 2007 02:40:28 -0000	1.45
+++ main.c	18 Mar 2007 03:09:51 -0000	1.46
@@ -370,6 +370,7 @@
 	   attacker won't be able to find anything interesting from the
 	   memory. */
 	default_pool = system_clean_pool;
+	data_stack_set_clean_after_pop(TRUE);
 
 	/* NOTE: we start rooted, so keep the code minimal until
 	   restrict_access_by_env() is called */



More information about the dovecot-cvs mailing list