]> git.lizzy.rs Git - rust.git/commit
auto merge of #16566 : thestinger/rust/aslr, r=pcwalton
authorbors <bors@rust-lang.org>
Mon, 18 Aug 2014 02:31:11 +0000 (02:31 +0000)
committerbors <bors@rust-lang.org>
Mon, 18 Aug 2014 02:31:11 +0000 (02:31 +0000)
commit3b651240633e01199f6486f56619bcc38b667e34
tree2702dbdcdc35aecbee8ea4b6bdc8944aa4c843cd
parent01ec6fab21026bee34afe79d54521567de9e8517
parent54cb0f6368bcfe996c65d388a0516ac656c606d0
auto merge of #16566 : thestinger/rust/aslr, r=pcwalton

This is enough for dynamic libraries, but not executables because MinGW
does not output a .reloc section even with `--dynamicbase`. It could
either be worked around by exporting a DLL symbol from the executable or
fixed in MinGW itself.