[Tools v2] testbot/TestLauncher: Provide proper replacements for the str*_s() functions.

Alexandre Julliard julliard at winehq.org
Tue Jun 13 13:06:46 CDT 2017


Francois Gouget <fgouget at codeweavers.com> writes:

> Windows XP's msvcrt does not have the str*_s() functions but mapping 
> them to their non _s() counterparts resulted in the test name sometimes 
> not being NUL-terminated. As a result the start and done lines would not 
> be recognized.
>
> An alternative solution would be to eschew the buffer safety and switch 
> to the non _s() functions with a couple of minor code adjustments.

That would be preferable IMO.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list