DHS gears up for research phase of open source bug hunt (Linux.com)
Posted Dec 9, 2006 5:46 UTC (Sat) by
JoeBuck (subscriber, #2330)
In reply to:
DHS gears up for research phase of open source bug hunt (Linux.com) by madscientist
Parent article:
DHS gears up for research phase of open source bug hunt (Linux.com)
Not quite right, of course: the number of code paths is exponential, so Coverity and similar tools have to do pruning. This means that they don't follow all paths (particularly in very large functions). You can also get false positives because the tool can't look deeply enough to see that some path through the code is not possible: you get a report saying that if A is true, and B is true, and C is false, you dereference a null pointer, but it turns out that it's not possible for this combination of conditions to be true at once.
(
Log in to post comments)