From: Michael Wallner Date: Thu, 1 Oct 2020 05:52:39 +0000 (+0200) Subject: libmemcached: fix ub; TODO: what's that watchpoint.h stuff? X-Git-Tag: 1.1.0-beta1~236^2~23 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=30ae1d074b338d2d7cda14bfcec0fed2a0637d93;p=awesomized%2Flibmemcached libmemcached: fix ub; TODO: what's that watchpoint.h stuff? --- diff --git a/src/libmemcached/stats.cc b/src/libmemcached/stats.cc index 76719cf7..75779215 100644 --- a/src/libmemcached/stats.cc +++ b/src/libmemcached/stats.cc @@ -653,7 +653,7 @@ memcached_stat_st *memcached_stat(memcached_st *shell, char *args, memcached_ret return NULL; } - memcached_return_t rc; + memcached_return_t rc = MEMCACHED_SUCCESS; size_t args_length= 0; if (args) {