Searched refs:bad_bytes (Results 1 – 1 of 1) sorted by relevance
372 let bad_bytes = b"\xc3\x28\0"; in test_cstr_to_str_panic() localVariable373 let checked_cstr = CStr::from_bytes_with_nul(bad_bytes).unwrap(); in test_cstr_to_str_panic()