You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Added patch to avoid sending unexpected wakeup with uninitialized cookie value.
This commit is contained in:
@@ -86,6 +86,7 @@ PATCHLIST := \
|
||||
server-Misc_ACL.ok \
|
||||
server-OpenProcess.ok \
|
||||
server-Stored_ACLs.ok \
|
||||
server-Unexpected_Wakeup.ok \
|
||||
setupapi-SetupPromptForDisk.ok \
|
||||
shdocvw-ParseURLFromOutsideSource_Tests.ok \
|
||||
shell32-Default_Folder_ACLs.ok \
|
||||
@@ -1324,6 +1325,18 @@ server-Stored_ACLs.ok: ntdll-DOS_Attributes.ok
|
||||
echo '+ { "Erich E. Hoover", "server: Convert return of file security masks with generic access mappings.", 7 },'; \
|
||||
) > server-Stored_ACLs.ok
|
||||
|
||||
# Patchset server-Unexpected_Wakeup
|
||||
# |
|
||||
# | Modified files:
|
||||
# | * server/thread.c
|
||||
# |
|
||||
.INTERMEDIATE: server-Unexpected_Wakeup.ok
|
||||
server-Unexpected_Wakeup.ok:
|
||||
$(call APPLY_FILE,server-Unexpected_Wakeup/0001-server-Avoid-sending-unexpected-wakeup-with-uninitia.patch)
|
||||
@( \
|
||||
echo '+ { "Sebastian Lackner", "server: Avoid sending unexpected wakeup with uninitialized cookie value.", 1 },'; \
|
||||
) > server-Unexpected_Wakeup.ok
|
||||
|
||||
# Patchset setupapi-SetupPromptForDisk
|
||||
# |
|
||||
# | This patchset fixes the following Wine bugs:
|
||||
|
||||
Reference in New Issue
Block a user