]> granicus.if.org Git - apache/commitdiff
Propose.
authorRainer Jung <rjung@apache.org>
Mon, 19 Dec 2016 20:39:06 +0000 (20:39 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 19 Dec 2016 20:39:06 +0000 (20:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1775174 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ddbaa5ed4f17b1fba67ae1c3e376ee7d17036357..3b8782b94c375889e22f397ed352af223782cfac 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -148,6 +148,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1: rjung
 
+  *) mod_ssl: Silence compiler warning
+     "686: warning: 'ok' may be used uninitialized in
+     this function"
+     This is a false positive, because the value of "ok"
+     will only be used if stapling_get_cached_response()
+     sets "rsp" to non-NULL in which case it will always
+     have set "ok".
+     trunk patch: http://svn.apache.org/1775173
+     2.4.x patch: trunk works
+     +1: rjung
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entried should be added at the START of the list ]