Name: Anonymous 2009-03-15 16:50
Is there something like valgrind that can make certain calls to malloc (also system calls could be interesting) fail? My poor error paths never get tested.
malloc never fails! the kernel just kills random processes when it runs out of memory!