CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/16 22:24:42
Modified files:
usr.bin/ssh : log.c
Log message:
don't strnvis() log messages that are going to be logged by sshd-auth
via its parent sshd-session process, as the parent will also run them
though strnvis().
Prevents double-escaping of non-printing characters in some log
messages. bz3896 ok dtucker@
