Alistair Leslie-Hughes <[EMAIL PROTECTED]> writes:
> Hi,
> Added missing test
You should also test that you aren't overflowing the buffer. This should
help you find a bug in your implementation.
--
Alexandre Julliard
[EMAIL PROTECTED]
"Alistair Leslie-Hughes" <[EMAIL PROTECTED]> wrote:
>>> +@ cdecl wcscat_s(ptr long wstr) MSVCRT_wcscat_s
>>
>> The first parameter has type wstr. Also, please check actual
>> buffer contents in the tests not just the return values.
>>
> Hi Dmitry,
> When I wrote the wcscpy_s you asked to me chang
"Dmitry Timoshkov" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> "Alistair Leslie-Hughes" <[EMAIL PROTECTED]> wrote:
>
>> +@ cdecl wcscat_s(ptr long wstr) MSVCRT_wcscat_s
>
> The first parameter has type wstr. Also, please check actual
> buffer contents in the tests not just the re
"Alistair Leslie-Hughes" <[EMAIL PROTECTED]> wrote:
> +@ cdecl wcscat_s(ptr long wstr) MSVCRT_wcscat_s
The first parameter has type wstr. Also, please check actual
buffer contents in the tests not just the return values.
--
Dmitry.