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 03/30] ldbl-128ibm-compat: Add regular character, fortified printing functions


Hi, Paul,

On Mon, 04 Nov 2019, Paul E Murphy wrote:

>> --- /dev/null
>> +++ b/sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-ldbl-compat.c
>> @@ -0,0 +1,179 @@

[...]

>> --- /dev/null
>> +++ b/sysdeps/ieee754/ldbl-128ibm-compat/test-printf-chk-redir-ibm128.c
>> @@ -0,0 +1,2 @@
>> +#define _FORTIFY_SOURCE 2
>
>This is also defined in the unified test case above. Is it necessary 
>here to?

It is necessary here, too, because this test includes a different file:

  +#include <sysdeps/ieee754/ldbl-128ibm-compat/test-printf-ldbl-compat.c>


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