Package: mingw-w64-i686-dev
Version: 3.1.0-1

In the function __mingw_wcstold(), the NULL check is missing.  It will
unconditionally write data to *_EndPtr.  This is a NULL pointer
dereference, crashing the process.

Check http://msdn.microsoft.com/en-us/library/kxsfc1ab.aspx for
official documentation - _EndPtr==NULL is an explicitly legal
parameter value.


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to