]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Move a potential NULL pointer dereference.
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 27 May 2017 10:52:22 +0000 (10:52 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 27 May 2017 10:52:22 +0000 (10:52 +0000)
commitc057b82a5deba8b57c47503f751d2f067e2800a3
tree3514088e26c41e3192261745bfaabd14790b10bf
parentc46a62d72f3aab16fbfae1dfcb5a2cfc09d3a590
Move a potential NULL pointer dereference.
Check if 'slave' is NULL before using 'slave->keepalives'.

Remove a redundant assignment which is already done in 'h2_slave_destroy'.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1796378 13f79535-47bb-0310-9956-ffa450edef68
modules/http2/h2_mplx.c