Re: free software which can detect array out of bounds in linux
- From: "Ivan Novick" <ivan.d.novick@xxxxxxxxx>
- Date: 23 Feb 2007 18:29:05 -0800
On Feb 23, 2:25 pm, Måns Rullgård <m...@xxxxxxxxx> wrote:
If valgrind can't spot the error, neither will dmalloc. Both tools
are malloc debuggers, and will not catch buffer overflows on the
stack.
checking on static or stack arrays. We'd like to, but it's just notFrom Valgrind site: "Unfortunately, Memcheck doesn't do bounds
possible to do in a reasonable way that fits with how Memcheck works.
Sorry."
http://valgrind.org/docs/manual/faq.html#faq.overruns
Thats a pretty big whole for Valgrind which otherwise IMHO is a great
product.
Ivan Novick
http://www.0x4849.net
.
- References:
- free software which can detect array out of bounds in linux
- From: bpartha@xxxxxxxxx
- Re: free software which can detect array out of bounds in linux
- From: Aaron Isotton
- Re: free software which can detect array out of bounds in linux
- From: Måns Rullgård
- free software which can detect array out of bounds in linux
- Prev by Date: Re: free software which can detect array out of bounds in linux
- Next by Date: Re: free software which can detect array out of bounds in linux
- Previous by thread: Re: free software which can detect array out of bounds in linux
- Next by thread: Re: free software which can detect array out of bounds in linux
- Index(es):
Relevant Pages
|