facebook/infer

DEAD STORE reports many harmless cases like int i = 0xFFFFFFFF; i = SomeFunc();

Open

Aperta il 10 apr 2019

Vedi su GitHub
 (8 commenti) (0 reazioni) (0 assegnatari)HTML (12.410 star) (1688 fork)batch import
cgood first taskhelp wanted

Descrizione

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?

Guida contributor