sshpass 1.10 segfaults when -e is used while the selected environment variable is unset. This is a regression of patch #2, which was marked fixed in 2008 and documented in the 1.04 ChangeLog: https://sourceforge.net/p/sshpass/patches/2/ Steps to reproduce env -u SSHPASS ./sshpass -e true Expected result sshpass: -e option given but "SSHPASS" environment variable is not set. Use "sshpass -h" to get help The process should exit with RETURN_INVALID_ARGUMENTS (status 1). Actual result Segmentation fault...
Regression: -e segfaults when environment variable is unset
Same issue trying to do a fresh install. Tried with multiple USB and various servers. Trying the CD ISO install method instead worked without a hitch
Same issue trying to do a fresh install. Tried with multiple USB and various servers. Trying the CD ISO install method instead.