Add bug number for IOCTL_DVD_READ_STRUCTURE problem.

This commit is contained in:
Erich E. Hoover 2014-12-23 11:20:17 -07:00
parent 981ea8facf
commit 9b064a2d9b
3 changed files with 5 additions and 2 deletions

View File

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

View File

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

View File

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