]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Avoid some memory allocations by using apr_table_setn where the string arguments
authorStefan Fritsch <sf@apache.org>
Mon, 13 Jun 2011 11:04:29 +0000 (11:04 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 13 Jun 2011 11:04:29 +0000 (11:04 +0000)
commit48345b21d0208c9f905e949247283f3333f46588
tree8f23fe91a83818ecb9c07c77ace30a952bde2136
parentf66af00c190209b66437454835eb433553edce0e
Avoid some memory allocations by using apr_table_setn where the string arguments
are allocated from the request pool and not modified later on.

Submitted by: Christophe JAILLET <christophe jaillet wanadoo fr>
PR: 51358

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1135084 13f79535-47bb-0310-9956-ffa450edef68
modules/aaa/mod_auth_form.c
modules/dav/main/mod_dav.c
modules/mappers/mod_rewrite.c
modules/proxy/mod_proxy.c
modules/proxy/mod_proxy_ftp.c
modules/ssl/ssl_engine_kernel.c