Bug 38701 - Code clean up
Summary: Code clean up
Status: CLOSED FIXED
Alias: None
Product: Apache httpd-2
Classification: Unclassified
Component: mod_authz_ldap (show other bugs)
Version: 2.5-HEAD
Hardware: Other other
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache HTTPD Bugs Mailing List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2006-02-17 22:41 UTC by Christophe JAILLET
Modified: 2006-03-16 11:40 UTC (History)
0 users



Attachments
proposed patch for the clean up (736 bytes, patch)
2006-02-17 22:42 UTC, Christophe JAILLET
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christophe JAILLET 2006-02-17 22:41:03 UTC
Change a apr_palloc / strcpy / strcat sequence into a single apr_pstrcat call 
wich :
   * is more readable and reduce source code size
   * is faster
   * use less memory
Comment 1 Christophe JAILLET 2006-02-17 22:42:42 UTC
Created attachment 17733 [details]
proposed patch for the clean up
Comment 2 Jeff Trawick 2006-03-16 19:40:21 UTC
Thanks for the patch!  It has now been committed to trunk.