1
1
Jeff Squyres a422d893b8 memchecker: per RFC, use calloc for OBJ_NEW
With --enable-memchecker builds, use calloc(3) for OBJ_NEW instead of
malloc(3).  This cuts down on a lot of valgrind/memory checker false
positive output.

Also make a minor change in the valgrind configure.m4; have it assign
0xf to a char.  The prior assignment (of 0xff) was warning about an
overflow.  This didn't really matter, but we might as well make the
test not have a gratuitious warning in it.
2014-10-07 09:55:54 -07:00
..
2014-10-03 06:42:18 -07:00
2014-08-31 08:06:35 +00:00
2014-10-03 11:54:08 +09:00
2014-10-03 14:53:09 -06:00
2012-09-11 20:47:24 +00:00