git-for-windows / git

A fork of Git containing Windows-specific patches.
http://gitforwindows.org/
Other
8.18k stars 2.49k forks source link

[New msys2-runtime version] Cygwin: disable high-entropy VA for ldh #4987

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago
Cygwin: disable high-entropy VA for ldh

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")
Reviewed-by: Ken Brown <kbrown@cornell.edu>, Takashi Yano <takashi.yano@nifty.ne.jp>
Signed-off-by: Jeremy Drake <cygwin@jdrake.com>

https://github.com/msys2/msys2-runtime/commit/28d69fba269dd4a9f4281f8af7c2775292241e8b

dscho commented 1 month ago

There's no urgency to take this into Git for Windows.