Skip to content

Conversation

@ethanLin520
Copy link

Implemented nullptr dereference detector.

const Option<bool> Options::BufferOverflowCheck(
"overflow","Buffer Overflow Detection",false);
const Option<bool> Options::NullPtrDereference(
"nullptr_dereference","Null Pointer Dereference Detection",false);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename and simplify the option name as below.

nullptr_dereference=>nullptr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants