glibc/sysdeps/unix/sysv/linux/hppa
Adhemerval Zanella 2e274cd8c1 Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746)
Similar to ppoll, the poll.h header needs to redirect the poll call
to a proper fortified ppoll with 64 bit time_t support.

The implementation is straightforward, just need to add a similar
check as __poll_chk and call the 64 bit time_t ppoll version.  The
debug fortify tests are also extended to cover 64 bit time_t for
affected ABIs.

Unfortunately it requires an aditional symbol, which makes backport
tricky.  One possibility is to add a static inline version if compiler
supports is and call abort instead of __chk_fail, so fortified version
will call __poll64 in the end.

Another possibility is to just remove the fortify support for
_TIME_BITS=64.

Checked on i686-linux-gnu.
2022-11-08 13:37:06 -03:00
..
bits linux: Fix generic struct_stat for 64 bit time (BZ# 29657) 2022-10-25 15:53:19 -03:00
sys
Implies
Makefile
Versions
____longjmp_chk.c
arch-syscall.h Update syscall lists for Linux 5.17 2022-03-23 17:11:56 +00:00
atomic-machine.h
c++-types.data
clone.S
errlist-compat-data.h stdio: Remove the usage of $(fno-unit-at-a-time) for errlist.c 2022-05-13 10:54:41 -03:00
fanotify_mark.c
getcontext.S hppa: Revise gettext trampoline design 2022-02-22 17:28:46 +00:00
kernel-features.h hppa: undef __ASSUME_SET_ROBUST_LIST 2022-09-20 20:14:14 +00:00
kernel_stat.h
ld.abilist
libBrokenLocale.abilist
libanl.abilist
libc.abilist Linux: Add ppoll fortify symbol for 64 bit time_t (BZ# 29746) 2022-11-08 13:37:06 -03:00
libc_malloc_debug.abilist
libcrypt.abilist
libdl.abilist
libm.abilist
libnsl.abilist
libpthread.abilist
libresolv.abilist
librt.abilist
libthread_db.abilist
libutil.abilist
localplt.data elf: Rework exception handling in the dynamic loader [BZ #25486] 2022-11-03 09:39:31 +01:00
makecontext.c
prlimit64.c
setcontext.S hppa: Revise gettext trampoline design 2022-02-22 17:28:46 +00:00
shlib-versions
sigcontextinfo.h
single-thread.h Replace __libc_multiple_threads with __libc_single_threaded 2022-07-05 10:14:47 -03:00
socket-constants-time64.h
struct_kernel_msqid64_ds.h
struct_kernel_semid64_ds.h
struct_kernel_shmid64_ds.h
swapcontext.S hppa: Use END instead of PSEUDO_END in swapcontext.S 2022-03-15 23:04:39 +00:00
syscalls.list
sysdep.c
sysdep.h Introduce <pointer_guard.h>, extracted from <sysdep.h> 2022-10-18 17:03:55 +02:00
time64-compat.h
ucontext_i.sym