Re: [PATCH 01/14] [Msvcrt]: now using macro for parameters validation itoa_s (and updated the tests as well)
3 Nov
2010
3 Nov
'10
9:41 a.m.
Eric Pouech <eric.pouech(a)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(a)winehq.org
5519
Age (days ago)
5519
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard