glibc/include/sys
Adhemerval Zanella 948ce73b31 Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsg
The timestamps created by __convert_scm_timestamps only make sense for
64 bit time_t programs, 32 bit time_t programs will ignore 64 bit time_t
timestamps since SO_TIMESTAMP will be defined to old values (either by
glibc or kernel headers).

Worse, if the buffer is not suffice MSG_CTRUNC is set to indicate it
(which breaks some programs [1]).

This patch makes only 64 bit time_t recvmsg and recvmmsg to call
__convert_scm_timestamps.  Also, the assumption to called it is changed
from __ASSUME_TIME64_SYSCALLS to __TIMESIZE != 64 since the setsockopt
might be called by libraries built without __TIME_BITS=64.  The
MSG_CTRUNC is only set for the 64 bit symbols, it should happen only
if 64 bit time_t programs run older kernels.

Checked on x86_64-linux-gnu and i686-linux-gnu.

[1] https://github.com/systemd/systemd/pull/20567

Reviewed-by: Florian Weimer <fweimer@redhat.com>
2022-01-28 18:18:27 -03:00
..
auxv.h
bitypes.h
cdefs.h
dir.h
epoll.h Linux: Add epoll_pwait2 (BZ #27359) 2022-01-17 14:34:54 -03:00
errno.h
fcntl.h
file.h
gmon_out.h
gmon.h
ioctl.h
ipc.h
mman.h
msg.h
param.h
poll.h
prctl.h
profil.h
queue.h
random.h
resource.h
select.h
sem.h
sendfile.h
shm.h
signal.h
single_threaded.h
socket.h Linux: Only generate 64 bit timestamps for 64 bit time_t recvmsg/recvmmsg 2022-01-28 18:18:27 -03:00
stat.h
statfs.h
statvfs.h
sysinfo.h
syslog.h
sysmacros.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
termios.h
time.h Update copyright dates with scripts/update-copyrights 2022-01-01 11:40:24 -08:00
timeb.h
times.h
ttychars.h
types.h
uio.h
un.h socket: Add the __sockaddr_un_set function 2022-01-17 10:21:53 +01:00
unistd.h
utsname.h
vfs.h
vlimit.h
wait.h
xattr.h