-
Notifications
You must be signed in to change notification settings - Fork 0
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
Write Checked C code to avoid some of bugs #32
Comments
https://www.i-programmer.info/news/184-cc/12130-microsoft-making-c-safe-checked-c.html
It needs checking on runtime? |
It depends on clang, doesn't support gcc. |
We think it has compile-time checking and run-time checking. How to classify things to these? |
https://github.com/microsoft/checkedc/wiki/Benchmarks-for-evaluating-Checked-C It has already compile above codes? |
https://github.com/Microsoft/checkedc/wiki#example-code
We think the fork of the parson is suitable for understand this approach and benchmark runtime checking. |
|
Asking Linux build process. checkedc/checkedc-clang#588 (comment) xxx TODO:
|
https://github.com/Microsoft/checkedc/wiki/Extension-overview Above is summary of this solution. |
https://github.com/Microsoft/checkedc/releases If you understand the detail, read this. |
Let's try. |
Build Checked C:
|
Run checkedc-parson:
Reported this compile errors. microsoft/checkedc-parson#20 xxx Fix the compile error |
This issue should be closed, because I think Checked C has been not active. |
No description provided.
The text was updated successfully, but these errors were encountered: