|
From: Samuel Q. <Sam...@sy...> - 2014-01-14 16:03:23
|
Greetings, I suspect my program is corrupting (overwriting) memory, e.g., malloc'ing 16 bytes for a string that is 17 bytes when you count the nul, then copying 17 bytes into the 16 byte area. What are the best valgrind options for detecting memory corruption? -Sam |