]> granicus.if.org Git - apache/commit
rotatelogs: Use apr_psprintf() with %pm instead of a constant length buffer for
authorBen Reser <breser@apache.org>
Wed, 23 Oct 2013 03:01:05 +0000 (03:01 +0000)
committerBen Reser <breser@apache.org>
Wed, 23 Oct 2013 03:01:05 +0000 (03:01 +0000)
commite2e2cd9b258774d8490cf1c197c82ae1aff97f54
tree87af06b02146d38b204733a34e9023a1f4d91c7a
parent11a39fba77c14d914f362e88d242dfd949f0f17b
rotatelogs: Use apr_psprintf() with %pm instead of a constant length buffer for
errors.

* support/rotatelogs.c
  (post_rotate, doRotate): Switch to using apr_psprintf() with %pm.

Suggested by: rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1534895 13f79535-47bb-0310-9956-ffa450edef68
support/rotatelogs.c