https://bugs.winehq.org/show_bug.cgi?id=44550
--- Comment #1 from james_woodcock@yahoo.co.uk --- Created attachment 60510 --> https://bugs.winehq.org/attachment.cgi?id=60510 A simple test program
A simple test program to show this bug.
Compile the program, run "echo hello | wine ./getstest.exe" You will see an endless stream of "got string ||" on an unpatched copy of wine You will see "Success: EOF on STDIN detected" if the patch for this bug has been applied.