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

Fixes smartcard cancel regression #38742

Merged
merged 1 commit into from Feb 29, 2024
Merged

Conversation

ibeckermayer
Copy link
Contributor

@ibeckermayer ibeckermayer commented Feb 28, 2024

During the IronRDP refactor the smartcard cancel functionality was broken by forgetting to always return a response for the SCARD_IOCTL_CANCEL request itself, along with the response for the cancelled SCARD_IOCTL_GETSTATUSCHANGEW. This commit fixes that.

We also update the IronRDP hash, as well as our RUST_VERSION which is necessary to make use of the latest IronRDP hash (which uses a feature that was nightly-only on our previous RUST_VERSION, but which is now upstreamed to stable). Depends on:

changelog: Fixes a regression that had reintroduced long freezes for certain actions like "Run as different user".

During the IronRDP refactor the smartcard cancel functionality was
broken by forgetting to always return a response for the `SCARD_IOCTL_CANCEL`
request itself, along with the response for the cancelled `SCARD_IOCTL_GETSTATUSCHANGEW`.
This commit fixes that.
@ibeckermayer ibeckermayer added this pull request to the merge queue Feb 29, 2024
Merged via the queue into master with commit 0efdd5b Feb 29, 2024
65 of 66 checks passed
@ibeckermayer ibeckermayer deleted the isaiah/fix-sc-cancel-regression branch February 29, 2024 19:08
@public-teleport-github-review-bot

@ibeckermayer See the table below for backport results.

Branch Result
branch/v15 Failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants