Ralf Habacker changed bug 948280
What Removed Added
CC   ralf.habacker@freenet.de

Comment # 2 on bug 948280 from
(In reply to Gerald Combs from comment #0)
> It doesn't appear that any of the mingw:win32 or mingw:win64 packages are
> built with hardening options enabled, e.g. --dynamicbase, --nxcompat, and
> --highentropyva. Would it be possible to do so?
https://sourceware.org/bugzilla/show_bug.cgi?id=19011#c9

x86_64-w64-mingw32-ld version 2.33, which is currently used by mingw32 provides
the following options:

  --dynamicbase              Image base address may be relocated using
                              address space layout randomization (ASLR)
  --nxcompat                 Image is compatible with data execution prevention

  --high-entropy-va          Image is compatible with 64-bit address space
                              layout randomization (ASLR)


You are receiving this mail because: