This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]