You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tools/miri/tests/fail-dep/concurrency/libc_pthread_cond_double_destroy.stderr
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
error: Undefined Behavior: using uninitialized data, but this operation requires initialized memory
1
+
error: Undefined Behavior: reading memory at ALLOC[0xX..0xY], but memory is uninitialized at [0xX..0xY], and this operation requires initialized memory
Copy file name to clipboardExpand all lines: src/tools/miri/tests/fail-dep/concurrency/libc_pthread_condattr_double_destroy.stderr
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
error: Undefined Behavior: using uninitialized data, but this operation requires initialized memory
1
+
error: Undefined Behavior: reading memory at ALLOC[0xX..0xY], but memory is uninitialized at [0xX..0xY], and this operation requires initialized memory
Copy file name to clipboardExpand all lines: src/tools/miri/tests/fail-dep/concurrency/libc_pthread_mutex_double_destroy.stderr
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
error: Undefined Behavior: using uninitialized data, but this operation requires initialized memory
1
+
error: Undefined Behavior: reading memory at ALLOC[0xX..0xY], but memory is uninitialized at [0xX..0xY], and this operation requires initialized memory
Copy file name to clipboardExpand all lines: src/tools/miri/tests/fail-dep/concurrency/libc_pthread_mutexattr_double_destroy.stderr
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
error: Undefined Behavior: using uninitialized data, but this operation requires initialized memory
1
+
error: Undefined Behavior: reading memory at ALLOC[0xX..0xY], but memory is uninitialized at [0xX..0xY], and this operation requires initialized memory
0 commit comments