Re: [Mingw-w64-public] Patch: wcsrtombs with null dst must ignore len

2016-01-08 Thread JonY
On 1/7/2016 22:12, Tim Kosse wrote: > Hi, > > sorry, must have mixed something up, here's the correct patch. > > Regards, > Tim > Done, applied to master. Next time, do generate the patches with format-patch, preferably with a sign off line. Thanks. 0xD4EBC740.asc Description: application/

Re: [Mingw-w64-public] Patch: wcsrtombs with null dst must ignore len

2016-01-08 Thread Tim Kosse
Hi, sorry, must have mixed something up, here's the correct patch. Regards, Tim On 2016-01-04 08:16, Tim Kosse wrote: > Hi, > > the reverse function mbsrtowcs (mingw-w64-crt/misc/mbrtowc.c) suffers > from the same problem. This second patch fixes this function as well. > > Regards, > Tim Kosse