msvcp140: implement _To_byte

Stefan Dösinger stefandoesinger at gmail.com
Sun Jul 9 11:52:04 CDT 2017


Am 2017-07-09 um 13:02 schrieb Nikolay Sivov:
>> Checking 'dst' is not redundant though.
>>
> 
> Ah, maybe it is, because destination buffer length is never zero.
Yeah, those functions want a non-NULL dst buffer if they have a dst length.

if (!src || !srclen || (!dst && dstlen) || dstlen < 0)



More information about the wine-devel mailing list