Re: [PATCH v1] Cygwin: disable high-entropy VA for ldh

2024-06-02 Thread Takashi Yano
On Sun, 2 Jun 2024 15:22:41 -0400 Ken Brown wrote: > Hi Takashi, > > On 6/1/2024 6:03 PM, Takashi Yano wrote: > > Hi Ken, > > > > On Tue, 28 May 2024 10:19:22 -0700 (PDT) > > Jeremy Drake wrote: > >> If ldd is run against a DLL which links to the Cygwin DLL, ldh will end > >> up loading the

Re: [PATCH v1] Cygwin: disable high-entropy VA for ldh

2024-06-02 Thread Ken Brown
Hi Takashi, On 6/1/2024 6:03 PM, Takashi Yano wrote: Hi Ken, On Tue, 28 May 2024 10:19:22 -0700 (PDT) Jeremy Drake wrote: If ldd is run against a DLL which links to the Cygwin DLL, ldh will end up loading the Cygwin DLL dynamically, much like cygcheck or strace. Addresses:

Re: [PATCH v1] Cygwin: disable high-entropy VA for ldh

2024-06-01 Thread Takashi Yano
Hi Ken, On Tue, 28 May 2024 10:19:22 -0700 (PDT) Jeremy Drake wrote: > If ldd is run against a DLL which links to the Cygwin DLL, ldh will end > up loading the Cygwin DLL dynamically, much like cygcheck or strace. > > Addresses: https://cygwin.com/pipermail/cygwin/2024-May/255991.html > Fixes:

Re: [PATCH v1] Cygwin: disable high-entropy VA for ldh

2024-05-28 Thread Jeremy Drake via Cygwin-patches
On Tue, 28 May 2024, Jeremy Drake via Cygwin-patches wrote: > @@ -53,6 +53,7 @@ cygcheck_LDADD = -lz -lwininet -lshlwapi -lpsapi -lntdll Oops, I accidentally generated this patch against msys2-3.5.3 branch, rather than cygwin master like the last one. The only difference is the line numbers

[PATCH v1] Cygwin: disable high-entropy VA for ldh

2024-05-28 Thread Jeremy Drake via Cygwin-patches
If ldd is run against a DLL which links to the Cygwin DLL, ldh will end up loading the Cygwin DLL dynamically, much like cygcheck or strace. Addresses: https://cygwin.com/pipermail/cygwin/2024-May/255991.html Fixes: 60675f1a7eb2 ("Cygwin: decouple shared mem regions from Cygwin DLL")