[PATCH v2] test-skeleton: redirect stderr to stdout

Florian Weimer fweimer@redhat.com
Fri Jun 17 11:24:00 GMT 2016


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



More information about the Libc-alpha mailing list