glibc/sysdeps/gnu
Martin Sebor 26492c0a14 Annotate additional APIs with GCC attribute access.
This change continues the improvements to compile-time out of bounds
checking by decorating more APIs with either attribute access, or by
explicitly providing the array bound in APIs such as tmpnam() that
expect arrays of some minimum size as arguments.  (The latter feature
is new in GCC 11.)

The only effects of the attribute and/or the array bound is to check
and diagnose calls to the functions that fail to provide a sufficient
number of elements, and the definitions of the functions that access
elements outside the specified bounds.  (There is no interplay with
_FORTIFY_SOURCE here yet.)

Tested with GCC 7 through 11 on x86_64-linux.
2021-05-06 11:01:05 -06:00
..
bits Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
net Annotate additional APIs with GCC attribute access. 2021-05-06 11:01:05 -06:00
netinet Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sys Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
configure LIBC_SLIBDIR_RTLDDIR: substitute arguments in single quotes 2018-01-25 17:20:28 +01:00
configure.ac Refactor handling of /lib64 etc. cases, move out of sysdeps/gnu/configure.ac. 2014-07-17 14:35:48 +00:00
errlist.h string: Fix strerrorname_np return value [BZ #26555] 2020-09-29 13:56:06 -03:00
getutmp.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getutmpx.c Update 1999-05-13 19:55:50 +00:00
glob64-lstat-compat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
glob64.c Remove internal usage of extensible stat functions 2020-09-11 14:35:32 -03:00
glob-lstat-compat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
globfree64.c posix: Sync glob with gnulib [BZ #1062] 2017-09-08 09:39:13 +02:00
ifaddrs.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
ldsodefs.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
Makefile Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
rt-unwind-resume.c Move unwind-resume code from NPTL to sysdeps/gnu. 2010-04-05 20:07:39 -07:00
updwtmp.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
utmp_file.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
utmpx.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00