Re: [Mingw-w64-public] [PATCH] Implement some Secure Template Overloads

2017-04-05 Thread JonY
On 04/05/2017 04:37 AM, Liu Hao wrote: > On 2017/4/5 3:59, Tamir Duberstein wrote: >> Jacek, it doesn't look like this was pushed, or at least I don't see >> the change in https://sourceforge.net/p/mingw-w64/mingw-w64/ci/v5.x/tree/. >> Could you verify? > It seems Jon didn't push that branch. > J

Re: [Mingw-w64-public] [PATCH] Implement some Secure Template Overloads

2017-04-04 Thread Liu Hao
On 2017/4/5 3:59, Tamir Duberstein wrote: > Jacek, it doesn't look like this was pushed, or at least I don't see > the change in https://sourceforge.net/p/mingw-w64/mingw-w64/ci/v5.x/tree/. > Could you verify? It seems Jon didn't push that branch. -- Best regards, LH_Mouse -

Re: [Mingw-w64-public] [PATCH] Implement some Secure Template Overloads

2017-04-04 Thread Tamir Duberstein
Jacek, it doesn't look like this was pushed, or at least I don't see the change in https://sourceforge.net/p/mingw-w64/mingw-w64/ci/v5.x/tree/. Could you verify? -- Check out the vibrant tech community on one of the world'

Re: [Mingw-w64-public] [PATCH] Implement some Secure Template Overloads

2017-03-30 Thread JonY
On 03/30/2017 10:48 AM, Tamir Duberstein wrote: > Jacek, could you backport this patch to v5.x? It applies cleanly with > `git cherry-pick 6ec4fb2d8c1b1abfd5aca69c382c24feb6961342`. > > Thank you. > Tamir > Done. signature.asc Description: OpenPGP digital signature --

Re: [Mingw-w64-public] [PATCH] Implement some Secure Template Overloads

2017-03-30 Thread Tamir Duberstein
Jacek, could you backport this patch to v5.x? It applies cleanly with `git cherry-pick 6ec4fb2d8c1b1abfd5aca69c382c24feb6961342`. Thank you. Tamir On Mon, May 9, 2016 at 11:50 AM, Tamir Duberstein wrote: > Looks like my attachment did not come come through? > > Here it is as a gist: > https://gi

Re: [Mingw-w64-public] [PATCH] Implement some Secure Template Overloads

2016-05-09 Thread Jacek Caban
Hi Tamir, The patch looks good to me, I pushed it to the repo. Thanks, Jacek On 05/09/16 17:50, Tamir Duberstein wrote: > Looks like my attachment did not come come through? > > Here it is as a gist: > https://gist.githubusercontent.com/tamird/75365627ac99e5714133444d3625e8fc/raw/4a703a8599e813a

Re: [Mingw-w64-public] [PATCH] Implement some Secure Template Overloads

2016-05-09 Thread Tamir Duberstein
Looks like my attachment did not come come through? Here it is as a gist: https://gist.githubusercontent.com/tamird/75365627ac99e5714133444d3625e8fc/raw/4a703a8599e813a1058916f1977d794040ea0ed4/secure_overloads.patch On Thu, May 5, 2016 at 10:14 AM, Tamir Duberstein wrote: > Hi Jacek, apologies

Re: [Mingw-w64-public] [PATCH] Implement some Secure Template Overloads

2016-05-05 Thread Tamir Duberstein
Hi Jacek, apologies for the delay (I didn't receive your reply). I've attached the patch as an attachment. On Mon, Apr 25, 2016 at 4:40 PM, Tamir Duberstein wrote: > See https://msdn.microsoft.com/en-us/library/5dae5d43.aspx > > Fixes https://sourceforge.net/p/mingw-w64/bugs/535. > > --- > > di

Re: [Mingw-w64-public] [PATCH] Implement some Secure Template Overloads

2016-04-26 Thread Jacek Caban
Hi Tamir, It looks like your patch has wrapped lines. Please send it as an attachment or reconfigure your mail client. Thanks, Jacek On 04/25/16 22:40, Tamir Duberstein wrote: > See https://msdn.microsoft.com/en-us/library/5dae5d43.aspx > > Fixes https://sourceforge.net/p/mingw-w64/bugs/535. > >

[Mingw-w64-public] [PATCH] Implement some Secure Template Overloads

2016-04-26 Thread Tamir Duberstein
See https://msdn.microsoft.com/en-us/library/5dae5d43.aspx Fixes https://sourceforge.net/p/mingw-w64/bugs/535. --- diff --git mingw-w64-headers/crt/sec_api/string_s.h mingw-w64-headers/crt/sec_api/string_s.h index 7d36d91..114cfd7 100644 --- mingw-w64-headers/crt/sec_api/string_s.h +++ mingw-w64