https://bugs.winehq.org/show_bug.cgi?id=32550
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |0cb5067698470d3beec827a9b41 | |b3d23d606eb44 Status|NEW |RESOLVED CC| |sebastian@fds-team.de Resolution|--- |FIXED
--- Comment #7 from Sebastian Lackner sebastian@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@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.