From 9b064a2d9becb722aba094564a955e4556a6ae51 Mon Sep 17 00:00:00 2001 From: "Erich E. Hoover" Date: Tue, 23 Dec 2014 11:20:17 -0700 Subject: [PATCH] Add bug number for IOCTL_DVD_READ_STRUCTURE problem. --- README.md | 2 +- patches/Makefile | 3 +++ patches/ntdll-DVD_Read_Size/definition | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb7b581f..babde841 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Included bug fixes and improvements * Ensure X11 input events are handled even without explicit message loop ([Wine Bug #8854](https://bugs.winehq.org/show_bug.cgi?id=8854)) * Fix handling of subdirectory in FtpFindFirstFile ([Wine Bug #16526](https://bugs.winehq.org/show_bug.cgi?id=16526)) * GetMonitorInfo returns the same name for all monitors ([Wine Bug #37709](https://bugs.winehq.org/show_bug.cgi?id=37709)) -* IOCTL_DVD_READ_STRUCTURE expects the wrong size of output buffer for some requests +* IOCTL_DVD_READ_STRUCTURE expects the wrong size of output buffer for some requests ([Wine Bug #37767](https://bugs.winehq.org/show_bug.cgi?id=37767)) * Implement ID3DXEffect::FindNextValidTechnique ([Wine Bug #34101](https://bugs.winehq.org/show_bug.cgi?id=34101)) * Implement IDXGIOutput::GetDesc * Support for SLGetWindowsInformationDWORD ([Wine Bug #36709](https://bugs.winehq.org/show_bug.cgi?id=36709)) diff --git a/patches/Makefile b/patches/Makefile index 4e256cdd..4a1a20d5 100644 --- a/patches/Makefile +++ b/patches/Makefile @@ -942,6 +942,9 @@ ntdll-DOS_Attributes.ok: # Patchset ntdll-DVD_Read_Size # | +# | This patchset fixes the following Wine bugs: +# | * [#37767] IOCTL_DVD_READ_STRUCTURE expects the wrong size of output buffer for some requests +# | # | Modified files: # | * dlls/ntdll/cdrom.c # | diff --git a/patches/ntdll-DVD_Read_Size/definition b/patches/ntdll-DVD_Read_Size/definition index 1a6f0478..93a86c16 100644 --- a/patches/ntdll-DVD_Read_Size/definition +++ b/patches/ntdll-DVD_Read_Size/definition @@ -1 +1 @@ -Fixes: IOCTL_DVD_READ_STRUCTURE expects the wrong size of output buffer for some requests +Fixes: [37767] IOCTL_DVD_READ_STRUCTURE expects the wrong size of output buffer for some requests