Meta found 100,000 bugs in production code with a static analyzer that never runs the program
Meta's Infer uses abstract interpretation and bi-abduction to find null dereferences, memory leaks, and race conditions by reasoning about code structure,...
Meta has shipped over 100,000 bug fixes that were caught by a static analyzer before the code ever reached a user. The tool is called Infer, it is open source,…