Skip to content

About VSA #340

Answered by Enkelmann
jiongyichen asked this question in Q&A
Discussion options

You must be logged in to vote

We have implemented a value set analysis, it is just named differently. Take a look at the Pointer Inference analysis, it combines the things you usually do in value set analysis and points-to analysis into one analysis.

The specific role of the Pointer Inference analysis changed several times. For example, until recently it also included CWE checks for buffer overflows, but we eventually extracted that code into its own analysis. Since the things this analysis will do probably will change again in the future and may also contain things that are usually not associated with a values set analysis, I do not want to just name it value set analysis. But from a practical viewpoint it currently …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jiongyichen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants