-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Open
Labels
compiler-rt:cfiControl Flow IntegrityControl Flow IntegrityquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
Description
There are currently some small probability stability issues on the system, causing cfi check failed in release mode and then cfi call abort directly without any useful info.The value of the register info can't be used because abort will call raise and other functions and modify the register.
Can we give more info when cfi check failed without debug info or do you have any better suggestions to solve the problem?
Metadata
Metadata
Assignees
Labels
compiler-rt:cfiControl Flow IntegrityControl Flow IntegrityquestionA question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!