Re: Alexandre Julliard : advapi32: Fixed registry test that failed because of a buffer overflow.
On 3/8/07, Alexandre Julliard <julliard(a)wine.codeweavers.com> wrote:
Module: wine Branch: master Commit: 7e2228f15aa7a6fc0d63fe36c34906035422e95a URL: http://source.winehq.org/git/wine.git/?a=commit;h=7e2228f15aa7a6fc0d63fe36c3...
Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Mar 8 21:06:31 2007 +0100
advapi32: Fixed registry test that failed because of a buffer overflow.
The test passes in Windows, so isn't this hiding a bug in our implementation of RegSetValueW? -- James Hawkins
"James Hawkins" <truiken(a)gmail.com> writes:
The test passes in Windows, so isn't this hiding a bug in our implementation of RegSetValueW?
No, it's because the Windows build stores the variables differently in memory. The test was buggy. -- Alexandre Julliard julliard(a)winehq.org
participants (2)
-
Alexandre Julliard -
James Hawkins