Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【cfi】Can we give more info when cfi check failed in release mode? #70417

Open
yinchuang-code opened this issue Oct 27, 2023 · 0 comments
Open
Labels
compiler-rt:cfi Control Flow Integrity question A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!

Comments

@yinchuang-code
Copy link

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?

@dtcxzyw dtcxzyw added question A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead! compiler-rt:cfi Control Flow Integrity and removed new issue labels Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler-rt:cfi Control Flow Integrity question A question, not bug report. Check out https://llvm.org/docs/GettingInvolved.html instead!
Projects
None yet
Development

No branches or pull requests

2 participants