Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    Valgrind also now works on OS X, so linux is not your only option. Commented Oct 12, 2010 at 3:01
  • 1
    Valgrind for Linux (and OS X). If you use windose - deleaker - best of all! Commented Dec 12, 2011 at 18:12
  • @JordiBunster : Nice ! But runtime based. With a large code base (written in C in ly case) you will mainly test your program for the way it had been designed. An attacker can the several thousands required hours at reading the code in order to find a memory leak exploit. I would have expected an automated tool for source code analysis similar to what exist for JavaScript. Commented Oct 2, 2015 at 13:50