What is the default value for MALLOC_OPTIONS? /usr/src/lib/libc/stdlib/malloc.c says NULL, which is suprising, given that OpenBSD will alert me to memory issues for programs that run fine on another BSD.
Also, what options do folks use when they want to really test things out? A big thank you for how malloc behaves out of the box--it makes me miss valgrind less. m

