CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/20 18:29:06
Modified files:
usr.bin/ssh : sshbuf-getput-basic.c sshbuf.h
Log message:
add a sshbuf_get_nulterminated_string() function to pull a \0-
terminated string from a sshbuf. Intended to be used to improve
parsing of SOCKS headers for dynamic forwarding.
ok deraadt; feedback Tim van der Molen
