This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a3d6bc3468
rust
/
tests
/
run-make
/
x86_64-fortanix-unknown-sgx-lvi
/
unw_getcontext.checks
7 lines
127 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Adding checks for assembly files in libunwind
2020-03-25 09:28:34 -05:00
CHECK: unw_getcontext
CHECK: lfence
CHECK: lfence
Building libunwind with new CMakeLists. The old CMakeLists file of libunwind used the C compiler to compile assembly files. This caused such code not to be hardened.
2020-03-27 10:46:52 -05:00
CHECK: shlq $0, (%rsp)
Adding checks for assembly files in libunwind
2020-03-25 09:28:34 -05:00
CHECK-NEXT: lfence
CHECK-NEXT: retq
Reference in New Issue
Copy Permalink