glibc/socket
Andreas Schwab 09f2d9f1da Fix name space violation in fortify wrappers (bug 32052)
Rename the identifier sz to __sz everywhere.

Fixes: a643f60c53 ("Make sure that the fortified function conditionals are constant")
(cherry picked from commit 39ca997ab3)
(redone from scratch because of many conflicts)
2024-08-06 08:48:10 +02:00
..
bits Fix name space violation in fortify wrappers (bug 32052) 2024-08-06 08:48:10 +02:00
sys socket: Fix mistyped define statement in socket/sys/socket.h (BZ #29225) 2022-06-06 12:46:14 -03:00
accept4.c
accept.c
bind.c
connect.c
getpeername.c
getsockname.c
getsockopt.c
isfdtype.c
listen.c
Makefile socket: Check lengths before advancing pointer in CMSG_NXTHDR 2022-08-22 16:32:13 +02:00
opensock.c
recv.c
recvfrom.c
recvmmsg.c
recvmsg.c
sa_len.c
send.c
sendmmsg.c
sendmsg.c
sendto.c
setsockopt.c
shutdown.c
sockaddr_un_set.c socket: Add the __sockaddr_un_set function 2022-01-17 10:21:53 +01:00
sockatmark.c
socket.c
socketpair.c
tst-accept4.c
tst-cmsghdr-skeleton.c socket: Check lengths before advancing pointer in CMSG_NXTHDR 2022-08-22 16:32:13 +02:00
tst-cmsghdr.c socket: Check lengths before advancing pointer in CMSG_NXTHDR 2022-08-22 16:32:13 +02:00
tst-sockaddr_un_set.c socket: Add the __sockaddr_un_set function 2022-01-17 10:21:53 +01:00
tst-sockopt-time64.c
tst-sockopt.c
Versions