[Webkit-unassigned] [Bug 19240] WinLauncher _tWinMain() returns uninitialized memory.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 2 10:05:32 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=19240


Brent Fulgham <bfulgham at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
                 CC|                            |bfulgham at webkit.org
     Ever Confirmed|0                           |1




--- Comment #1 from Brent Fulgham <bfulgham at webkit.org>  2011-06-02 10:05:32 PST ---
This has been fixed for some time.  The MSG struct is now zero-initialized:

MSG msg = {0};

I'll confirm in the debugger and close the issue.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list