]> git.ipfire.org Git - thirdparty/glibc.git/commit
hurd: Make recv* cancellation points
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 14 Jun 2020 00:19:35 +0000 (00:19 +0000)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 14 Jun 2020 00:19:35 +0000 (00:19 +0000)
commit89edef7b390ab25fc0d41ef6fc618f5e22c7551b
treefd3e571f336520b5d83255489abde6400660986b
parent146fea07640387c78e334933de24b6353e1f0eba
hurd: Make recv* cancellation points

* sysdeps/mach/hurd/recv.c (__recv): Make the __socket_recv call
cancellable.
* sysdeps/mach/hurd/recvfrom.c (__recvfrom): Make the __socket_recv and
__socket_whatis_address calls cancellable.
* sysdeps/mach/hurd/recvmsg.c (__libc_recvmsg): Make the __socket_recv,
__socket_whatis_address, __io_reauthenticate, and __auth_user_authenticate calls
cancellable.
sysdeps/mach/hurd/recv.c
sysdeps/mach/hurd/recvfrom.c
sysdeps/mach/hurd/recvmsg.c