Description
Trying to build the result for Ping and when I call (from rust)
lcb_respping_result_scope(ping_res, i, &mut scope_ptr, &mut scope_len);
for a non KV service then I see a SIGSEGV occur. I expected my scope_ptr value to be null and scope_len to be 0 if there was no scope for this index.
Build couchbase-server-7.0.0-4433 contains libcouchbase commit 3275bfc with commit message:
CCBC-1261: ping: set namespace length to zero if not applicable