-
Notifications
You must be signed in to change notification settings - Fork 277
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
TobiX
wants to merge
2,571
commits into
ValveSoftware:bleeding-edge
Choose a base branch
from
TobiX:ignore-reserved
base: bleeding-edge
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… waits. CW-Bug-Id: #24295
…ied. CW-Bug-Id: #24295
CW-Bug-Id: #24295
CW-Bug-Id: #24295
…} when the handle is closed. CW-Bug-Id: #24295
CW-Bug-Id: #24295
…me internal waits. CW-Bug-Id: #24295
CW-Bug-Id: #24295
…NtRemoveIoCompletion[Ex]. CW-Bug-Id: #24295
CW-Bug-Id: #23942
(cherry picked from commit 9271522) Cw-Bug-Id: #24304
CW-Bug-Id: #24355
CW-Bug-Id: #24355
CW-Bug-Id: #24355
CW-Bug-Id: #24355
CW-Bug-Id: #24355
CW-Bug-Id: #24355
CW-Bug-Id: #24355
CW-Bug-Id: #24120
CW-Bug-Id: #24362
CW-Bug-Id: #24367
(cherry picked from commit 6170680) Cw-Bug-Id: #24327
…l section. CW-Bug-Id: #24379
CW-Bug-Id: #24378
…ith no icons. CW-Bug-Id: #24395
CW-Bug-Id: #24402
CW-Bug-Id: #24402
CW-Bug-Id: #24402
Patch by Attila Fidan. Fixes: 9192b3b Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57294 (cherry picked from commit 1a4c585) Link: ValveSoftware#253
This reverts commit e2003d2.
…nfo chain. CW-Bug-Id: #24917
…o Man's Sky. CW-Bug-Id: #24932
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57169 (cherry picked from commit a93623e) CW-Bug-Id: #24978
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56259 (cherry picked from commit a24039a) CW-Bug-Id: #24979
…have PROCESS_CREATE_THREAD. CW-Bug-Id: #24983
CW-Bug-Id: #24983
…get_device_id_list(). CW-Bug-Id: #24963
CW-Bug-Id: #24963
Microsoft Flight Simulator 2024 needs this since SU1. (cherry picked from commit 9329843) CW-Bug-Id: #25025
This reverts commit d08461b. CW-Bug-Id: #25061
…ler. CW-Bug-Id: #25061
CW-Bug-Id: #25063
(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
CW-Bug-Id: #25115
CW-Bug-Id: #25127
CW-Bug-Id: #25127
CW-Bug-Id: #25104
CW-Bug-Id: #25104
CW-Bug-Id: #25104
CW-Bug-Id: #25104
…t() stub. CW-Bug-Id: #25138
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
CW-Bug-Id: #25141
CW-Bug-Id: #25141
…evice_InstanceId. CW-Bug-Id: #25141
(cherry picked from commit c3f5af8)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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)