[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-devel
Subject:    Re: [PATCH] shlwapi/tests: Document where SHFormatDateTimeA() crashes for NULL pointers.
From:       "Zebediah Figura (she/her)" <zfigura () codeweavers ! com>
Date:       2021-08-31 16:31:02
Message-ID: f7555c57-b9f0-56c0-9707-136f123af7ee () codeweavers ! com
[Download RAW message or body]

On 8/31/21 7:53 AM, Francois Gouget wrote:
> Knowing which Windows versions have been confirmed to crash will make it
> easier to know whether that information is potentially obsolete if the
> Windows behavior changes.
> 
> Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
> ---
> I chose to put the comment on the same line as the if (0) so it is
> visible even with a simple source grep.
> ---
>   dlls/shlwapi/tests/ordinal.c | 5 +----
>   1 file changed, 1 insertion(+), 4 deletions(-)
> 
> diff --git a/dlls/shlwapi/tests/ordinal.c b/dlls/shlwapi/tests/ordinal.c
> index bf43d35b1c2..15011bbdde4 100644
> --- a/dlls/shlwapi/tests/ordinal.c
> +++ b/dlls/shlwapi/tests/ordinal.c
> @@ -1674,11 +1674,8 @@ static void test_SHFormatDateTimeA(void)
>       DWORD flags;
>       INT ret;
>   
> -if (0)
> -{
> -    /* crashes on native */
> +    if (0) /* crashes on Windows XP to Windows 10 20H2 */
>       pSHFormatDateTimeA(NULL, NULL, NULL, 0);
> -}
>   
>       GetLocalTime(&st);
>       SystemTimeToFileTime(&st, &filetime);
> 

I don't personally care where the if (0) is, but if it's going to be 
there, could we maybe indent the body?

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic