]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* support/suexec.c: Add gcc format-string attributes to logging
authorJoe Orton <jorton@apache.org>
Fri, 11 May 2012 19:32:38 +0000 (19:32 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 11 May 2012 19:32:38 +0000 (19:32 +0000)
commit8ca0770d01e14a2426f76383e3bbe13fef1dbde2
treee93b9183f6f8dee0347033780c8015e67b7beea8
parentc9a51d77ee506841575754fd3ff000a7ac939c34
* support/suexec.c: Add gcc format-string attributes to logging
  functions.
  (main): Always print uid/gid as unsigned long, and cast to avoid
  warnings (which somewhat defeats the point of the format string
  attrs, but is necessary since the size of gid/uid varies).

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