[Bug 22514] lstrlen is incorrectly implemented in include/winbase.h

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Apr 28 08:28:09 CDT 2010


http://bugs.winehq.org/show_bug.cgi?id=22514


Dmitry Timoshkov <dmitry at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
            Version|unspecified                 |1.1.43
         Resolution|                            |INVALID




--- Comment #2 from Dmitry Timoshkov <dmitry at codeweavers.com>  2010-04-28 08:28:09 ---
Implementations in include/winbase.h are used exclusively inside Wine code
where NULL input is not possible and should lead to a crash (as desired).

Public (exported) API implementations are in dlls/kernel32/string.c

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.



More information about the wine-bugs mailing list