]> granicus.if.org Git - apache/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)
commit3182653a2b659724aa70eab1509c3e5d528c606e
treee93b9183f6f8dee0347033780c8015e67b7beea8
parentec042199c53c2854fb4781afad6dc03a87781b19
* 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