Displaying 1 result from an estimated 1 matches for "furaisanjin".
2024 Feb 08
3
[Bug 3667] New: Trailing space is added when parsing Subsystem in sshd_config
...sshd_config
Product: Portable OpenSSH
Version: 9.5p1
Hardware: All
OS: FreeBSD
Status: NEW
Severity: normal
Priority: P5
Component: sshd
Assignee: unassigned-bugs at mindrot.org
Reporter: furaisanjin at gmail.com
This is found in FreeBSD14.0 release which includes version 9.5p1.
Part of process_server_config_line_depth function on servconf.c is
something like this.
options->subsystem_command[options->num_subsystems] =
xstrdup(arg);
/*...