(pq)->lhq.key.length = 0; \
(pq)->lhq.key.start = NULL; \
(pq)->lhq.value = NULL; \
- /* FIXME: False-positive in MSAN?. */ \
- njs_msan_unpoison(&(pq)->key, sizeof(njs_value_t)); \
(pq)->own_whiteout = NULL; \
(pq)->query = _query; \
(pq)->shared = 0; \
njs_int_t ret;
njs_value_t key;
- /* FIXME: False-positive in MSAN?. */
- njs_msan_unpoison(&key, sizeof(njs_value_t));
-
ret = njs_int64_to_string(vm, &key, index);
if (njs_slow_path(ret != NJS_OK)) {
return ret;
njs_int_t ret;
njs_value_t key;
- /* FIXME: False-positive in MSAN?. */
- njs_msan_unpoison(&key, sizeof(njs_value_t));
-
ret = njs_int64_to_string(vm, &key, index);
if (njs_slow_path(ret != NJS_OK)) {
return ret;
njs_int_t ret;
njs_value_t key;
- /* FIXME: False-positive in MSAN?. */
- njs_msan_unpoison(&key, sizeof(njs_value_t));
-
ret = njs_int64_to_string(vm, &key, index);
if (njs_slow_path(ret != NJS_OK)) {
return ret;