are not entered into bugzilla tend to get forgotten about or ignored.
390871 ELF debug info reader confused with multiple .rodata* sections
-426751 Valgrind reports "still reachable" memory using musl (alpine running inside docker)
-432801 Valgrind 3.16.1 reports a jump based on uninitialized memory somehow related to clang and signals
+417993 vbit-test fail on s390x with Iop_Add32: spurious dependency on uninit
+426751 Valgrind reports "still reachable" memory using musl
+ (alpine running inside docker)
+432801 Valgrind 3.16.1 reports a jump based on uninitialized memory somehow
+ related to clang and signals
433857 Add validation to C++17 aligned new/delete alignment size
433859 Add mismatched detection to C++ 17 aligned new/delete
460192 Add epoll_pwait2
print_opnd(stdout, &data->result);
printf("\n");
}
+
+ // Now that we have the vbits recorded, clear all the vbits.
+ for (i = 0; i < num_operands; ++i) {
+ VALGRIND_MAKE_MEM_DEFINED(&data->opnds[i].value, sizeof(data->opnds[i].value));
+ }
}