Skip to content

Commit 3920e9e

Browse files
committed
modified: tests/assembly-llvm/stack-protector/stack-protector-safe-stack.rs
1 parent b0c62fc commit 3920e9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/assembly-llvm/stack-protector/stack-protector-safe-stack.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ pub unsafe fn test1(src: *const u8, len: usize) -> u8 {
2323
std::ptr::copy_nonoverlapping(src, buf.as_mut_ptr(), len.min(buf.len()));
2424
buf[0]
2525

26-
2726
// none-NOT: __stack_chk_fail
2827
// strong: __stack_chk_fail
2928
// all: __stack_chk_fail

0 commit comments

Comments
 (0)