Skip to content

rsaenh: Ignore reserved field in import_key. #275

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

Open
wants to merge 2,571 commits into
base: bleeding-edge
Choose a base branch
from

Conversation

TobiX
Copy link

@TobiX TobiX commented Apr 8, 2025

Cherry-pick https://gitlab.winehq.org/wine/wine/-/merge_requests/7744 into Proton. This would help the
MHServerEmu community, so they don't have to instruct Linux/Steam Deck users to patch their game client anymore.

(I'm a bit hesitant to create a compatibility ticket for AppID 226320, since the game isn't public anymore)

RISK: Very low. This shouldn't affect any other software, since it "just" fixes a compatibility issue (API misuse) for this one specific instance.

(cherry picked from commit c3f5af8)

Paul Gofman and others added 30 commits October 7, 2024 21:27
…} when the handle is closed.

CW-Bug-Id: #24295
…NtRemoveIoCompletion[Ex].

CW-Bug-Id: #24295
(cherry picked from commit 9271522)

Cw-Bug-Id: #24304
(cherry picked from commit 6170680)

Cw-Bug-Id: #24327
CW-Bug-Id: #24402
CW-Bug-Id: #24402
Paul Gofman and others added 29 commits February 24, 2025 09:08
…have PROCESS_CREATE_THREAD.

CW-Bug-Id: #24983
Microsoft Flight Simulator 2024 needs this since SU1.

(cherry picked from commit 9329843)

CW-Bug-Id: #25025
(cherry picked from commit b9638eb)

CW-Bug-Id: #25064
tallygatewayserver.exe specifies a from sockaddr pointing to a heap buffer smaller than 128 bytes
yet it passes 128 as the fromlen to recvfrom(). So the memset(wsaddr, 0, wsaddrlen) call in
sockaddr_from_unix() ends up trashing other data in the heap, causing the application to crash.
Although this is an application bug, tests on Windows also showed that the socket address buffer
should be written only with the necessary socket address data, thus preventing the crash.

(cherry picked from commit d5bfa87)

CW-Bug-Id: #25110
The recent bit was disabled by 2209950 but is needed for this game.

CW-Bug-Id: #25102
belauncher: Handle uninstall command.

CW-Bug-Id: #25124
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.