mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 14:03:29 +02:00
A memory allocation failure happening in chash_init_server_tree while trying to allocate a server's lb_nodes item used in consistent hashing would have resulted in a crash. This function is only called during configuration parsing. It was raised in GitHub issue #1233. It could be backported to all stable branches.