We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91960e commit cc25d76Copy full SHA for cc25d76
tests/fail-dep/libc/prctl-threadname.rs
@@ -1,3 +1,5 @@
1
+//! Ensure we report UB when the buffer is smaller than 16 bytes (even if the thread
2
+//! name would fit in the smaller buffer).
3
//@only-target: android # Miri supports prctl for Android only
4
5
fn main() {
0 commit comments