The previous fix for clean_pool perhaps might have fixed all the bugs
related to it, but since it only produces extra work with no real benefit,
just don't use it. The original idea behind using it was flawed.
--HG--
branch : HEAD
fd_debug_verify_leaks(i, 1024);
}
#endif
- /* clear all allocated memory before freeing it. this makes the login
- processes pretty safe to reuse for new connections since the
- 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 */
lib_init();