Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crash after entering copy in Command Prompt #268

Closed
slhussey opened this issue Apr 14, 2022 · 2 comments
Closed

Crash after entering copy in Command Prompt #268

slhussey opened this issue Apr 14, 2022 · 2 comments
Labels
bug Something isn't working PRIORITY High priority

Comments

@slhussey
Copy link

pushd to a network share: pushd \fqdn of server\tss
cd to target directory: cd document
copy file: copy c:\Users\xxxxxxx\git_repos\tss_cf\document\P203060.pdf z:

Response:
Overwrite z:P203060.pdf? (Yes/No/All):
[process exited with code 3221225477 (0xc0000005)]

Version 1.3.13.24b02e on Win 10 Enterprise build 19042.1586 (20H2)

@chrisant996 chrisant996 added bug Something isn't working PRIORITY High priority labels Apr 14, 2022
@chrisant996
Copy link
Owner

Ouch, it's a regression in v1.3.13. It crept in during a last minute cleanup after validation testing.

I'll get a fix out today.

Here is the bug:

host_cmd.cpp

        // Default behaviour.
        if (!hc->dequeue_char(chars))
            return TRUE;
        return __Real_ReadConsoleW(input, chars, max_chars, read_in, control);

The ! is backwards.

@chrisant996
Copy link
Owner

v1.3.14 has been published with the fix. Thanks for reporting this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working PRIORITY High priority
Projects
None yet
Development

No branches or pull requests

2 participants
-