Definition
A tool that wraps a program with tripwires to catch when it touches memory it shouldn't.
A compiler-instrumented runtime memory error detector that flags out-of-bounds accesses, use-after-frees, and related violations with a stack trace.
A tool that wraps a program with tripwires to catch when it touches memory it shouldn't.
A compiler-instrumented runtime memory error detector that flags out-of-bounds accesses, use-after-frees, and related violations with a stack trace.