Home
last modified time | relevance | path

Searched refs:bad_bytes (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/rust/kernel/
H A Dstr.rs372 let bad_bytes = b"\xc3\x28\0"; in test_cstr_to_str_panic() localVariable
373 let checked_cstr = CStr::from_bytes_with_nul(bad_bytes).unwrap(); in test_cstr_to_str_panic()