This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hurd".
The branch, master has been updated via 05a15f8c43e7a167983f19bd866b90158661703e (commit) from 89c9590e020e1372cfab037b7789aaef89b4f544 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 05a15f8c43e7a167983f19bd866b90158661703e Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Sun Jan 5 01:32:49 2020 +0100 lwip,pfinet: Fix crash on make_sock_user getting EINTR _ports_create_port_internal may return EINTR. * lwip/port-objs.c (make_sock_user): Set errno when ports_create_port returns an error. * pfinet/socket.c (make_sock_user): Likewise. * lwip/io-ops.c (lwip_S_io_reauthenticate): Loop while make_sock_user errors with EINTR. * pfinet/io-ops.c (S_io_reauthenticate): Likewise. ----------------------------------------------------------------------- Summary of changes: lwip/io-ops.c | 6 +++++- lwip/port-objs.c | 5 ++++- pfinet/io-ops.c | 9 ++++++++- pfinet/socket.c | 5 ++++- 4 files changed, 21 insertions(+), 4 deletions(-) hooks/post-receive -- Hurd