From mboxrd@z Thu Jan 1 00:00:00 1970 Reply-To: kernel-hardening@lists.openwall.com Date: Thu, 28 Mar 2013 00:12:51 +0400 From: Solar Designer Message-ID: <20130327201251.GA6480@openwall.com> References: <51534E5C.8070303@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <51534E5C.8070303@linux.vnet.ibm.com> Subject: [kernel-hardening] Re: Security vulnerability tools To: oss-security@lists.openwall.com Cc: kernel-hardening@lists.openwall.com List-ID: Hi, Guys, can we continue this thread on oss-security only, please? It is a topic for oss-security, but less so for kernel-hardening. Anyone on kernel-hardening who is interested in this topic should join oss-security. Just drop kernel-hardening from further replies. On Wed, Mar 27, 2013 at 03:54:04PM -0400, Corey Bryant wrote: > I'll plan on updating http://oss-security.openwall.org/wiki/tools with > anything it doesn't already have. Yes, please! > Clang > ----- > Static analysis tool for C/C++ Clang and very recent GCC also have dynamic "sanitizers": http://clang.llvm.org/docs/AddressSanitizer.html http://clang.llvm.org/docs/ThreadSanitizer.html http://clang.llvm.org/docs/MemorySanitizer.html Thanks, Alexander