Any reply?
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/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/
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 +
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
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
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
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
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