On 06/17/2016 07:29 AM, Mike Frysinger wrote: > + stderr = fdopen (STDERR_FILENO, "w"); Currently, test-skeleton.c does not cause malloc to be called before TEST_FUNCTION is invoked (atexit uses a preallocated control block). The above changes that, which has some impact on current and future malloc-related tests. Florian