Added patch to avoid sending unexpected wakeup with uninitialized cookie value.

This commit is contained in:
Sebastian Lackner
2014-11-25 20:20:55 +01:00
parent c2bceff255
commit e4caae5b65
3 changed files with 81 additions and 0 deletions

View File

@@ -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: