mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-24 14:35:35 +02:00
The sfds code blindly uses _get_osfhandle on values that may be file descriptors, sockets or io handles. Under visual studio, _get_osfhandle will call the invalid parameter handler for items that are not file descriptors. Adding the handler allows us to call this in the same way that mingw does. We will still get an assertion, but a prior change sends those to stdiout instead of making the user click through a dialog.
OpenSSH
Win32 port of OpenSSH
Look at the wiki for help First release announcement is here: OpenSSH for Windows Update - Windows PowerShell Blog - Site Home - MSDN Blogs http://blogs.msdn.com/b/powershell/archive/2015/10/19/openssh-for-windows-update.aspx
Languages
Markdown
100%