https://bugs.winehq.org/show_bug.cgi?id=44975
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |e1bcf2d88a09348ea67596fd12c | |dca14918c8d4b URL|https://github.com/Maximus5 |https://github.com/Maximus5 |/ConEmu/releases |/ConEmu/releases/tag/v18.04 | |.09 Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #6 from Anastasius Focht focht@gmx.net --- Hello folks,
this is fixed by commits:
* https://source.winehq.org/git/wine.git/commitdiff/e1bcf2d88a09348ea67596fd12... ("find: First implementation.") * https://source.winehq.org/git/wine.git/commitdiff/93c98111aee7d96a1150657d92... ("find: Prevent hang by properly checking for EOF.")
Thanks Fabian
Test without app:
--- snip --- $ wine cmd.exe /d /c ver | "%windir%\system32\find.exe" "Windows" Microsoft Windows 6.1.7601
$ wine cmd.exe /d /c ver | "%windir%\system32\find.exe" "Winblows" --- snip ---
$ wine --version wine-4.19
Regards