[Bug 32550] Points2Grid crashes on calculation

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jun 25 00:58:42 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=32550

Sebastian Lackner <sebastian at fds-team.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Fixed by SHA1|                            |0cb5067698470d3beec827a9b41
                   |                            |b3d23d606eb44
             Status|NEW                         |RESOLVED
                 CC|                            |sebastian at fds-team.de
         Resolution|---                         |FIXED

--- Comment #7 from Sebastian Lackner <sebastian at fds-team.de> ---
As it turns out this bug is already fixed in current Wine git (and was already
fixed at the time when Michael provided the proposed patch). I bisected it to:

--- snip ---
commit 0cb5067698470d3beec827a9b41b3d23d606eb44
Author: Piotr Caban <piotr at codeweavers.com>
Date:   Mon Apr 21 13:08:00 2014 +0200

    msvcrt: Don't raise exception in _invalid_parameter.
--- snip ---

Michaels patch fixes some other corner case (initialization of *end), but this
is completely unrelated to this bug report. @Michael: Could you update your
patch accordingly? The tests / fix for the corner cases might still be useful,
but the if(...) condition in MSVCRT_strtod_l seems wrong / unnecessary.

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