From: William A. Rowe Jr Date: Fri, 26 Nov 2004 20:12:58 +0000 (+0000) Subject: One for backport - correct bogus printf format string? X-Git-Tag: 2.0.53~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15584338121af30d118051886a27e0b809c3512e;p=thirdparty%2Fapache%2Fhttpd.git One for backport - correct bogus printf format string? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@106654 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 7e335ef02b5..62173e7fd26 100644 --- a/STATUS +++ b/STATUS @@ -75,6 +75,10 @@ PATCHES TO BACKPORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + *) mpm/winnt.c: thread_num is long, aught to use %ld not %d for logs + svn rev 106653 + +1: wrowe + *) mod_ssl: Fix an possible NULL pointer dereference in some configs. http://nagoya.apache.org/bugzilla/showattachment.cgi?attach_id=13182 PR: 31848