Bug 34588

Summary: mod_userdir.c: wrong size alloc for suexec
Product: Apache httpd-2 Reporter: David Leonard <dleonard>
Component: mod_userdirAssignee: Apache HTTPD Bugs Mailing List <bugs>
Status: CLOSED FIXED    
Severity: normal    
Priority: P2    
Version: 2.0-HEAD   
Target Milestone: ---   
Hardware: Other   
OS: other   

Description David Leonard 2005-04-23 06:20:24 UTC
Small typo in mod_userdir.c:164327. Potentially wrong-size storage allocated.

  ap_unix_identity_t *ugid = NULL;
  ...
  ugid = apr_palloc(r->pool, sizeof(ap_unix_identity_t *))
Comment 1 Joe Orton 2005-04-28 17:20:28 UTC
Good catch!  Thanks for the report.

http://svn.apache.org/viewcvs?rev=165151&view=rev
Comment 2 Joe Orton 2005-06-08 11:01:25 UTC
Merged for 2.0.55.  http://svn.apache.org/viewcvs.cgi?rev=189561&view=rev