Subj : 3rdp/build/cl-fix-ssh-header-read.patch3rdp/build/GNUmakefile To : Git commit to main/sbbs/master From : Deucе Date : Thu Feb 22 2024 08:53 pm https://gitlab.synchro.net/main/sbbs/-/commit/53ffa0d022f5cc2c32c796da Added Files: 3rdp/build/cl-fix-ssh-header-read.patch Modified Files: 3rdp/build/GNUmakefile Log Message: Read SSH packet headers into a fixed buffer in the session info Previously, it was read into a local variable, and in the case of a partial read, everything would go to hell and SSH would hang. "Luckily" this was very hard to trigger. .