J
Joshua Hale
Any suggestions for a debugging tool to help find out of bounds
writes/reads to arrays in a C++ program on a Linux platform? I tried
valgrind, and it found some accesses of uninitialized values, but can't
pick out out-of-bounds writes to stack arrays...
Thanks,
Josh.
writes/reads to arrays in a C++ program on a Linux platform? I tried
valgrind, and it found some accesses of uninitialized values, but can't
pick out out-of-bounds writes to stack arrays...
Thanks,
Josh.