]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
mod_heartmonitor: Fix setting and comparison of IPs fields.
authorYann Ylavic <ylavic@apache.org>
Thu, 14 Apr 2022 09:44:35 +0000 (09:44 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 14 Apr 2022 09:44:35 +0000 (09:44 +0000)
commit56ee493d197eb33264dd98ef24e0e2503c4ce2f8
tree9dd49a3223b53e4b87828cb6115fb586f0b957f0
parent33a77a5067cfb6af1c016920ec5a503160bf7f68
mod_heartmonitor: Fix setting and comparison of IPs fields.

Setting or comparing hm_server_t and hm_slot_server_t IPs should not be base
on MAXIPSIZE since the former is potentially a smaller const char*.

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