Hi Jeremy,
On Aug 4 11:07, Jeremy Drake via Cygwin-patches wrote:
> On Mon, 4 Aug 2025, Corinna Vinschen wrote:
>
> > On Aug 2 11:18, Jeremy Drake via Cygwin-patches wrote:
> > > This prevents memory corruption if a newer app or dll is used with an
> > > older cygwin dll. This is an unsupported scenario, but it's still a
> > > good idea to avoid corrupting memory if possible.
> > >
> > > Fixes: 7d5c55faa1 ("Cygwin: add wrappers for newer new/delete overloads")
> > > Co-authored-by: Corinna Vinschen <[email protected]>
> > > Signed-off-by: Jeremy Drake <[email protected]>
> > > ---
> > > winsup/cygwin/globals.cc | 4 +--
> > > winsup/cygwin/include/cygwin/version.h | 3 ++
> > > winsup/cygwin/lib/_cygwin_crt0_common.cc | 38 +++++++++++++-----------
> > > 3 files changed, 26 insertions(+), 19 deletions(-)
> >
> > LGTM, please push.
>
> Pushed.
Can you add a oneliner to release/3.7.0, please?
Thanks,
Corinna