3 Dec
2015
3 Dec
'15
3:35 p.m.
https://bugs.winehq.org/show_bug.cgi?id=39734 --- Comment #1 from Bernhard Übelacker <bernhardu(a)vr-web.de> --- Created attachment 52987 --> https://bugs.winehq.org/attachment.cgi?id=52987 ntoskrnl.exe: Avoid crash in acedrv11.sys. A +ntoskrnl trace shows such a line: trace:ntoskrnl:IoAllocateIrp -128, 0 With the attached patch the driver does at least not crash. - It just casts the negative stack_size to an unsigned char in IoAllocateIrp and IoInitializeIrp. - Returns in IoCallDriver on NULL despatch function. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.