[Bug 16161] GetOverlappedResult called with NULL for lpNumberOfBytesTransferred

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jan 22 05:42:46 CST 2009


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





--- Comment #8 from Christoph von Wittich <Christoph at ApiViewer.de>  2009-01-22 05:42:46 ---
from kernel32/test/file.c


static void test_overlapped(void)
{
    OVERLAPPED ov;
    DWORD r, result;

    /* GetOverlappedResult crashes if the 2nd or 3rd param are NULL */


-- 
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