You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2018/05/22 18:51:04 UTC

svn commit: r1832054 - /httpd/httpd/branches/2.4.x/STATUS

Author: jailletc36
Date: Tue May 22 18:51:04 2018
New Revision: 1832054

URL: http://svn.apache.org/viewvc?rev=1832054&view=rev
Log:
I don't know if 'c' can be NULL here, but we should not dereference it before checking.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1832054&r1=1832053&r2=1832054&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue May 22 18:51:04 2018
@@ -319,6 +319,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   (trunk works modulo CHANGES))
      +1: ylavic,
 
+  *) mod_http2: silence gcc strncpy warnings which break compilation in
+     maintainer mode with gcc 8.1.0
+     trunk patch: http://svn.apache.org/r1831231
+     2.4.x patch: svn merge -c 1831231 ^/httpd/httpd/trunk .
+     +1: jailletc36,
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]