Re: [Mingw-w64-public] [PATCH] headers: update schannel.h

2020-04-23 Thread Biswapriyo Nath
Any reply? ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] headers: winerror.h add security error values

2020-04-23 Thread JonY via Mingw-w64-public
On 4/22/20 4:09 PM, Biswapriyo Nath wrote: > ... > Patch OK, applied to master, thanks. signature.asc Description: OpenPGP digital signature ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/

Re: [Mingw-w64-public] [PATCH] crt: Don't use __mingw_init_ehandler on toolchains using SEH.

2020-04-23 Thread Steve Lhomme
LGTM You may also remove/move the __mingw_init_ehandler() declaration above. But it's OK without. On 2020-04-23 13:44, Jacek Caban wrote: Signed-off-by: Jacek Caban ---  mingw-w64-crt/crt/crt_handler.c | 2 +-  mingw-w64-crt/crt/crtdll.c  | 4 +++-  mingw-w64-crt/crt/crtexe.c  | 4 +

[Mingw-w64-public] [PATCH] crt: Don't use __mingw_init_ehandler on toolchains using SEH.

2020-04-23 Thread Jacek Caban
Signed-off-by: Jacek Caban --- mingw-w64-crt/crt/crt_handler.c | 2 +- mingw-w64-crt/crt/crtdll.c | 4 +++- mingw-w64-crt/crt/crtexe.c | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/mingw-w64-crt/crt/crt_handler.c b/mingw-w64-crt/crt/crt_handler.c index 6571e

Re: [Mingw-w64-public] [PATCH] crt: add a dummy RtlAddFunctionTable when linking with windowsapp

2020-04-23 Thread Jacek Caban
On 23.04.2020 10:19, Steve Lhomme wrote: This worked. The forbidden RtlAddFunctionTable calls are not done anymore. Thanks for testing, it passed my usual testing as well. Jacek ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourcefor

Re: [Mingw-w64-public] [PATCH] crt: Remove the vestigial gs_support.c

2020-04-23 Thread Jacek Caban
Hi Martin, This patch looks right to me. If it never really worked, backward compatibility is not an issue. If someone wants those features, using UCRT seems to be the right answer. Thanks, Jacek On 22.04.2020 23:00, Martin Storsjö wrote: This was a partial (but incomplete!) support for the

Re: [Mingw-w64-public] [PATCH] crt: Split out __report_gsfailure from gs_support.c

2020-04-23 Thread Martin Storsjö
On Thu, 23 Apr 2020, Steve Lhomme wrote: Hi, I prefer this approach as it shouldn't break apps relying on the internal MSVC symbol, however wrong that sounds. __security_init_cookie is documented (and it's OK to call it in some cases) but __report_gsfailure doesn't seem to be. FWIW, I tes

Re: [Mingw-w64-public] [PATCH] crt: add a dummy RtlAddFunctionTable when linking with windowsapp

2020-04-23 Thread Steve Lhomme
This worked. The forbidden RtlAddFunctionTable calls are not done anymore. On 2020-04-22 16:28, Jacek Caban wrote: On 22.04.2020 14:03, Martin Storsjö wrote: On Wed, 22 Apr 2020, Jacek Caban wrote: On 22.04.2020 12:47, Martin Storsjö wrote: The compiler doesn't generate .pdata sections if e