about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/sparc/brk_call.h
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2022-05-13 10:01:47 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2022-05-16 20:10:08 +0530
commit61a87530108ec9181e1b18a9b727ec3cc3ba7532 (patch)
tree087b65df424e96ee17fe07459dd92044ea03bdd9 /sysdeps/unix/sysv/linux/sparc/brk_call.h
parent0b6c6750732483b4d59c2fcb45484079cd84157d (diff)
downloadglibc-61a87530108ec9181e1b18a9b727ec3cc3ba7532.tar.gz
glibc-61a87530108ec9181e1b18a9b727ec3cc3ba7532.tar.xz
glibc-61a87530108ec9181e1b18a9b727ec3cc3ba7532.zip
fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]
The fix c8ee1c85 introduced a -1 check for object size without also
checking that object size is a constant.  Because of this, the tree
optimizer passes in gcc fail to fold away one of the branches in
__glibc_fortify and trips on a spurious Wstringop-overflow.  The warning
itself is incorrect and the branch does go away eventually in DCE in the
rtl passes in gcc, but the constant check is a helpful hint to simplify
code early, so add it in.

Resolves: BZ #29141
Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'sysdeps/unix/sysv/linux/sparc/brk_call.h')
0 files changed, 0 insertions, 0 deletions