http://bugs.winehq.org/show_bug.cgi?id=22514
--- Comment #17 from Timur Iskhodzhanov timurrrr@google.com 2010-04-29 05:11:14 --- Created an attachment (id=27612) --> (http://bugs.winehq.org/attachment.cgi?id=27612) lstrlenW disassembly (got it using MS VS debugger)
I clearly see a fast-exit for lpString==NULL and I don't see any exception handling in this case.