+ * Fix for bad null pointer on flag by Toru Maesaka.
* Refactor of all IO to just pass in the active server
* Problem configuring (PKG_CHECK_MODULES) fixed by removal of "rpath" in
support/libmemcached.pc.in (Thanks to Ross McFarland).
strncpy(key, result_buffer->key, result_buffer->key_length);
*key_length= result_buffer->key_length;
}
- *flags= result_buffer->flags;
+
+ if (result_buffer->flags)
+ *flags= result_buffer->flags;
return memcached_string_c_copy(&result_buffer->value);
}