https://bugs.winehq.org/show_bug.cgi?id=40594
Bug ID: 40594 Summary: msvcrt:heap test regression Product: Wine Version: 1.9.8 Hardware: x86 OS: Windows Status: NEW Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
Since the commit below, Windows XP SP0 and SP1 machines (respectively winxp-pro-virtualbox and fg-winxp-1sp) have a new test failure:
heap.c:477: Test failed: got 003D3AD8
See: https://test.winehq.org/data/tests/msvcrt:heap.html
commit 50dd4b892825c75db35cd1f378291b51fa782f3e Author: Nikolay Sivov nsivov@codeweavers.com Date: Wed Apr 27 11:11:49 2016 +0300
msvcrt: Handle overflow in calloc().
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org