
Compiler/Debugger/Something to detect Memory Overwrite errors
I am writing a program which is coming up with some weird errors, It looks
like the sort of thing which is caused by a memory overwrite.
I need to know if there is any compilers/de{*filter*}s which can be made to
detect this sort of error.
(Note: the program uses the curses library so must be a platform which supports
this.)
Thanks