diff options
Diffstat (limited to 'net/proftpd/patches/patch-ae')
-rw-r--r-- | net/proftpd/patches/patch-ae | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/proftpd/patches/patch-ae b/net/proftpd/patches/patch-ae new file mode 100644 index 00000000000..8cc112c326f --- /dev/null +++ b/net/proftpd/patches/patch-ae @@ -0,0 +1,15 @@ +$NetBSD: patch-ae,v 1.3 2007/06/26 23:25:56 lkundrak Exp $ + +Part of fix for CVE-2007-2165 grabbed from upstream #2922. + +--- modules/mod_core.c.orig 2007-06-27 01:13:50.000000000 +0200 ++++ modules/mod_core.c +@@ -4444,6 +4444,8 @@ static int core_sess_init(void) { + config_rec *c = NULL; + unsigned int *debug_level = NULL; + ++ init_auth(); ++ + /* Check for a server-specific TimeoutIdle. */ + c = find_config(main_server->conf, CONF_PARAM, "TimeoutIdle", FALSE); + if (c != NULL) |