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] Use an alias to `ptsname_r' in login/tst-ptsname.c


On Wed, 24 May 2017, Arjun Shankar wrote:

> When compiled with `-O3', inlining causes GCC to realize that one of the
> tests calls `ptsname_r' with a NULL buffer and error out when compiling
> with -Wnonnull.
> 
> Declare `ptsname_r_alias' and alias it to `ptsname_r' to avoid this.

Normally in such cases we'd use the DIAG_* macros from libc-diag.h, with 
appropriate comments, to disable the specific warning for the code in 
question.

-- 
Joseph S. Myers
joseph@codesourcery.com


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