1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/plugins/ssh-base
Andy Green 270a14813f sshd: fix leak on disconnect
Disconnect wants to keep a copy of the description string, but it is never
freed.  Make it ephemeral just for the ->disconnect_reason() op so it is
cleaned out correctly.
2021-11-07 07:04:09 +00:00
..
crypto plugins: sshd: sc25519 must handle last bit 2021-10-19 06:38:45 +01:00
include plugins: sshd: eg musl needs sys/types if available 2021-11-04 07:12:37 +00:00
kex-25519.c type comparisons: fixes 2021-01-05 10:56:38 +00:00
sshd.c sshd: fix leak on disconnect 2021-11-07 07:04:09 +00:00
telnet.c type comparisons: fixes 2021-01-05 10:56:38 +00:00