glibc/io/bits
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
..
types Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fcntl2.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
poll2.h Annotate additional APIs with GCC attribute access. 2021-05-06 11:01:05 -06:00
statx-generic.h Update STATX_ATTR_DAX value from Linux 5.10. 2021-01-11 14:57:08 +00:00
statx.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00