]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* Replace apr_psprintf with apr_pstrcat where the format strings only
authorRuediger Pluem <rpluem@apache.org>
Fri, 28 Jun 2019 08:50:31 +0000 (08:50 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 28 Jun 2019 08:50:31 +0000 (08:50 +0000)
commitf9fb4c48b124ddbd5b80dd20484232151741dff5
tree1c197ea05cb2bb2c02b1513e84a367be92990aed
parent420025bf9f8eca5b410c684069a2bcb726bd9e93
* 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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1862270 13f79535-47bb-0310-9956-ffa450edef68
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