[PATCH 01/14] [Msvcrt]: now using macro for parameters validation itoa_s (and updated the tests as well)

Alexandre Julliard julliard at winehq.org
Wed Nov 3 04:41:52 CDT 2010


Eric Pouech <eric.pouech at orange.fr> writes:

> +/* As of today, native and builtin msvcr80, msvcr90, msvcr100 raise an exception on CRT
> + * parameter checking on "secure"
> + * As Wine forwards most of the APIs of those msvcrNN DLLs to msvcrt, builtin msvcrt does
> + * raise an exception on those cases
> + * Testing shows that native msvcrt doesn't
> + * So we make this test always succeed under Windows
> + */

That's not very useful. This should be tested in msvcr90, where we can
properly check whether the handler is called.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list