CVSROOT: /cvs Module name: src Changes by: dtuc...@cvs.openbsd.org 2025/03/02 00:02:50
Modified files: usr.bin/ssh : ssh.c Log message: Make a copy of the user when handling ssh -l, so that later during User token expansion we don't end up freeing a member of argv. Spotted by anton@'s regress tests.