CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2021/04/02 23:21:46
Modified files: usr.bin/ssh : misc.c Log message: Fix two problems in string->argv conversion: 1) multiple backslashes were not being dequoted correctly and 2) quoted space in the middle of a string was being incorrectly split. A unit test for these cases has already been committed prompted by and based on GHPR#223 by Eero Häkkinen; ok markus@