On Wed, May 04, 2016 at 10:39:49AM -0400, Christos Zoulas wrote: > Module Name: src > Committed By: christos > Date: Wed May 4 14:39:49 UTC 2016 > > Modified Files: > src/external/gpl2/libmalloc/lib: Makefile > > Log Message: > prevent gcc from combining memset+malloc -> calloc inside calloc so that > we end up calling ourselves recursively.
Please restrict that to buggy compilers^W^Wgcc, thanks. Joerg