libmemcached: fix a reallocation crash
authorMichael Wallner <mike@php.net>
Wed, 15 Jan 2020 16:42:53 +0000 (17:42 +0100)
committerMichael Wallner <mike@php.net>
Wed, 15 Jan 2020 16:42:53 +0000 (17:42 +0100)
commit411d5ae2fdcd66d8613d38c3725e4ef76f022fea
treeddce0415090fe838857c2a077b2e82e310a70a97
parent585b2385384b32af964b5f2f999e70173b33a460
libmemcached: fix a reallocation crash

Also, re-enable memcached_server_add(many weighted) test which was
presumably disabled because of this issue.

When a continuum was allocated while not in weighted distribution mode,
the actual space allocated at first would be to small to fit further
updates when weighted changed to true at a later time.
libmemcached/hosts.cc
tests/libmemcached-1.0/server_add.cc