]> git.ipfire.org Git - thirdparty/glibc.git/commit
improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]
authorMartin Sebor <msebor@redhat.com>
Mon, 4 May 2020 17:21:50 +0000 (11:21 -0600)
committerMartin Sebor <msebor@redhat.com>
Mon, 4 May 2020 17:21:50 +0000 (11:21 -0600)
commit06febd8c6705c816b2f32ee7aa1f4c0184b05248
tree71586b8485abc1c6b220cb6aba340e76286b3087
parent38c67888183db1b6ac21f2f9681b8a384987dfe8
improve out-of-bounds checking with GCC 10 attribute access [BZ #25219]

Adds the access attribute newly introduced in GCC 10 to the subset of
function declarations that are already covered by _FORTIFY_SOURCE and
that don't have corresponding GCC built-in equivalents.

Reviewed-by: DJ Delorie <dj@redhat.com>
libio/bits/stdio2.h
libio/stdio.h
misc/sys/cdefs.h
posix/bits/unistd.h
posix/unistd.h
stdlib/bits/stdlib.h
stdlib/stdlib.h
string/bits/string_fortified.h
string/string.h