Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 47806 Details for
Bug 75072
Proftpd possible segfault on amd64 with mod_delay on
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to skip mod_delay and delaytable if mod_delay is off
proftpd-1.2.10-mod-delay-delaytable-fix.patch (text/plain), 465 bytes, created by
Phattanon Duangdara
on 2005-01-06 22:25:45 UTC
(
hide
)
Description:
Patch to skip mod_delay and delaytable if mod_delay is off
Filename:
MIME Type:
Creator:
Phattanon Duangdara
Created:
2005-01-06 22:25:45 UTC
Size:
465 bytes
patch
obsolete
>--- mod_delay.c.orig 2004-10-29 06:13:06.000000000 +0700 >+++ mod_delay.c 2005-01-07 13:20:08.719614232 +0700 >@@ -646,6 +646,9 @@ > static int delay_sess_init(void) { > pr_fh_t *fh; > >+ if (!delay_engine) >+ return 0; >+ > delay_nuser = 0; > delay_npass = 0; > >@@ -661,6 +664,7 @@ > ": warning: unable to open DelayTable '%s': %s", delay_tab.dt_path, > strerror(errno)); > delay_engine = FALSE; >+ return 0; > } > > delay_tab.dt_fd = fh->fh_fd;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 75072
: 47806 |
51465