-
Notifications
You must be signed in to change notification settings - Fork 43
Nullptr dereference tests #147
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
base: master
Are you sure you want to change the base?
Conversation
|
added 13 test cases for AE nullptr dereference detection. |
| @@ -1,19 +0,0 @@ | |||
| #include <stdio.h> | |||
|
|
|||
| extern void UNSAFE_LOAD(void *ptr); | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove these cases? You could put them under a folder if they can't pass now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I will do that.
Why remove these cases? You could put them under a folder if they can't pass now.
0c045ea to
6f38d6b
Compare
6f38d6b to
3238196
Compare
No description provided.