http://bugs.winehq.org/show_bug.cgi?id=11811
Andrew Charles Hurst a.hurst@shef.ac.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #17220|0 |1 is obsolete| |
--- Comment #45 from Andrew Charles Hurst a.hurst@shef.ac.uk 2008-11-19 09:16:56 --- Created an attachment (id=17358) --> (http://bugs.winehq.org/attachment.cgi?id=17358) Patch:
This is the patch I sent most recently to wine-patches. I think it's there, fingers crossed it'll be accepted soon.
Have also patched a bug which allows enumeration of potentially unlimited COM ports by mistake when using e.g. CreateFile(.."\.\COM236".. since it read only the char directly after "COM" in ntdll/directory.c/get_dos_device()