Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDEAD STORE reports many harmless cases like int i = 0xFFFFFFFF; i = SomeFunc(); #1083
Labels
Comments
|
Hi, if this is Java you can use If its not java there is currently no support for this. |
|
This function does what you want but only whitelists |
|
thanks! the whitelist can be added by an option. that's handful. I'll dig it. |
|
Any updates on this one? @lucmaa |
|
sorry that there is none of it yet. @XVilka |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
infer version v0.15.0
in my case, 0xFFFF or 0xFFFFFFFF is a common initializer and there are a lot of this semantics in our code. I would like to ignore those harmless. but if I turn off liveness checker, I worry about missing some truely harmful bugs. Does Infer provide some filtering option or method?