Skip to content

Nullptr dereference detector#1541

Draft
ethanLin520 wants to merge 23 commits intoSVF-tools:masterfrom
bjjwwang:nullderef
Draft

Nullptr dereference detector#1541
ethanLin520 wants to merge 23 commits intoSVF-tools:masterfrom
bjjwwang:nullderef

Conversation

@ethanLin520
Copy link
Copy Markdown

Implemented nullptr dereference detector.

Comment thread svf/lib/Util/Options.cpp Outdated
const Option<bool> Options::BufferOverflowCheck(
"overflow","Buffer Overflow Detection",false);
const Option<bool> Options::NullPtrDereference(
"nullptr_dereference","Null Pointer Dereference Detection",false);
Copy link
Copy Markdown
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