Subj : src/ssh/comp/none.c src/ssh/deucessh.h src/ssh/enc/none.c src/ssh/mac/ To : Git commit to main/sbbs/master From : Deucе Date : Thu Dec 12 2024 11:25 am https://gitlab.synchro.net/main/sbbs/-/commit/366a8e26499539cebbae8bfe Modified Files: src/ssh/comp/none.c src/ssh/deucessh.h src/ssh/enc/none.c src/ssh/mac/none.c src/ssh/ssh-arch.c ssh-arch.h Log Message: Remove the expectation of dynamic memory in parsing packets The expectation is now that there will be a single copy of SSH BPP contents and arrays and buffers will be pointers into that. .