https://issues.apache.org/bugzilla/show_bug.cgi?id=44746
Summary: an ftp_data_out filter may not have a request*
Product: Apache httpd-2
Version: 2.2-HEAD
Platform: All
OS/Version: All
Status: NEW
Keywords: PatchAvailable
Severity: normal
Priority: P2
Component: mod_ftp
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Created an attachment (id=21777)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=21777)
ftp_data_out_filter for trunk (rev 639682)
Change 600473 - "document new API guarantee for handling non-NULL request_rec
pointer when adding connection filters"
to httpd/trunk/server/util_filter.c removes the request_rec* from any filter
which is AP_FTYPE_CONNECTION or higher. This includes AP_FTYPE_NETWORK filters
like the ftp_data_out filter.
The ftp_data_out_filter function (modules/ftp/ftp_data_filters.c:225) tries to
retrieve its module config using the filter's request_rec. It should use the
conn_rec instead of the request_rec.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]