]> granicus.if.org Git - apache/commit
fix a potential NULL dereference spotted by gcc 8.1.0
authorDaniel Ruggeri <druggeri@apache.org>
Thu, 14 Jun 2018 21:44:06 +0000 (21:44 +0000)
committerDaniel Ruggeri <druggeri@apache.org>
Thu, 14 Jun 2018 21:44:06 +0000 (21:44 +0000)
commiteb9b13fef44ebe09fdf695ade550b6568bcd6751
treecd0bb80beb55a670000668ee2d42edc46e8634a4
parent9a79ca68e69f6c606ef2251c4d2fe80ee1c8f05d
fix a potential NULL dereference spotted by gcc 8.1.0

 *) mod_ssl: fix a potential NULL dereference spotted by gcc 8.1.0
    mod_http2: silence gcc strncpy warnings which break compilation in
               maintainer mode with gcc 8.1.0
    trunk patch: http://svn.apache.org/r1831231
                 http://svn.apache.org/r1831591
                 http://svn.apache.org/r1832934
                 http://svn.apache.org/r1832937
    2.4.x patch: svn merge -c 1831231,1831591,1832934,1832937 ^/httpd/httpd/trunk .
    +1: ylavic, icing, jailletc36 (by inspection)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1833564 13f79535-47bb-0310-9956-ffa450edef68
STATUS
modules/http2/h2_proxy_util.c
modules/ssl/ssl_engine_kernel.c