Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/PowerShell/PowerShell.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Plunk <travis.plunk@microsoft.com>2017-11-15 21:12:03 +0300
committerDongbo Wang <dongbow@microsoft.com>2017-11-15 21:12:03 +0300
commit5d8999e8b5aa472139f18e9b437dbcd17d494565 (patch)
tree8195417dfc7ae7e3d70db84e45d5cde4276e8400 /PowerShell.Common.props
parent0f41c185d7c59930983fb0e32de44801f15eff0f (diff)
Add HighEntropyVA to building pwsh (#5455)
Specify that the images (pwsh.dll in particular) support high-entropy 64-bit address space layout randomization (ASLR).
Diffstat (limited to 'PowerShell.Common.props')
-rw-r--r--PowerShell.Common.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/PowerShell.Common.props b/PowerShell.Common.props
index 9dd271b07e..4de74f2446 100644
--- a/PowerShell.Common.props
+++ b/PowerShell.Common.props
@@ -104,6 +104,7 @@
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>../signing/visualstudiopublic.snk</AssemblyOriginatorKeyFile>
<SignAssembly>true</SignAssembly>
+ <HighEntropyVA>true</HighEntropyVA>
</PropertyGroup>
</Project>