]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) Replace apr_psprintf with apr_pstrcat where the format strings only
authorGraham Leggett <minfrin@apache.org>
Sun, 5 Jul 2020 12:55:38 +0000 (12:55 +0000)
committerGraham Leggett <minfrin@apache.org>
Sun, 5 Jul 2020 12:55:38 +0000 (12:55 +0000)
commit5654d6f52abc5185add4951c56406b00f74d8e50
tree9d322e47d092c1cefd552ed03097866f79b4a3a9
parent3952922e4e3ae15c03aad8002f78f7538f90f4d3
  *) Replace apr_psprintf with apr_pstrcat where the format strings only
     contain %s to improve efficiency. Leave out error messages as they
     are not on a crtical code path and error message become less readable
     when taking out the format specifiers.
     trunk patch: http://svn.apache.org/1862270
     2.4.x patch: svn merge -c 1862270 ^/httpd/httpd/trunk .
     +1: minfrin, rpluem, ylavic

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879524 13f79535-47bb-0310-9956-ffa450edef68
STATUS
modules/dav/fs/dbm.c
modules/dav/fs/repos.c
modules/dav/main/mod_dav.c
modules/dav/main/props.c
modules/dav/main/std_liveprop.c
modules/dav/main/util.c