http://bugs.winehq.org/show_bug.cgi?id=12242
--- Comment #1 from Christopher raccoonone@procyongames.com 2008-03-26 23:59:03 --- Created an attachment (id=11681) --> (http://bugs.winehq.org/attachment.cgi?id=11681) Fix for SetupDiGetDeviceInterfaceDetailW
This patch addresses the page fault issue. SetupDiGetDeviceInterfaceDetailW was returning a required size for the buffer that was too small; thereby causing a page fault after a buffer of the "correct" size was allocated.