[ patch courtesy Yichen Xie ]
Hello,
Thank you for the password hiding code introduced in sqsh 2.1.4. There are two problems with this feature:
1) it assumes file descriptor 3 which breaks applications already using this file descriptor. One example is http://invisible-island.net/xterm/.
2) a hang is possible if the password is long but the pipe buffer is short.
The following patch was generated against 2.1.4 but it should apply cleanly against 2.1.5.
David
patch.txt
Patch against v2.1.6
Hello,
I've uploaded a patch against v2.1.6. David
Hi David,
I just incorporated your patch as part of the upcoming sqsh-2.1.7 release.
Thanks,
Martin.
Fixed in sqsh-2.1.7 and improved in upcoming release sqsh-2.2.0