https://issues.apache.org/bugzilla/show_bug.cgi?id=51163
Bug #: 51163
Summary: Seg Fault when using module for authorization only
Product: Apache httpd-2
Version: 2.3-HEAD
Platform: All
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: mod_authz_ldap
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Created attachment 26965
--> https://issues.apache.org/bugzilla/attachment.cgi?id=26965
patch to correct issue
version 2.3.8
mod_authnz_ldap.c contains references to &(req->vals) in if(!req) blocks before
the memory is allocated. in 4 locations
I've attached a patch file which moves the memory allcoation before the
reference.
--
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]