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 4f653341476e7bd81475ea29316d59254d8b957e (commit) from b1a00127663a9220d10febaaf48351f9f907ea80 (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 4f653341476e7bd81475ea29316d59254d8b957e Author: Samuel Thibault <samuel.thiba...@ens-lyon.org> Date: Mon Aug 22 01:19:45 2022 +0200 term: Prevent new master while some slaves are still there The previous master may have gone before all previous slaves have gone. If a slave gets stuck, TTY_OPEN will kept set, and there would be no reset performed in open_hook, thus leaking tty state and data. ----------------------------------------------------------------------- Summary of changes: term/ptyio.c | 2 +- term/term.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) hooks/post-receive -- Hurd