orth opening some issues?
Sure. Thanks.
Ian
> -Original Message-
> From: Ian Lance Taylor [mailto:i...@golang.org]
> Sent: 2017 October 04, Wed 15:27
> To: John Souvestre
> Cc: golang-nuts
> Subject: Re: [go-nuts] Memory Safety
>
> On Wed, Oct 4, 2017 at 1:0
-
From: Ian Lance Taylor [mailto:i...@golang.org]
Sent: 2017 October 04, Wed 15:27
To: John Souvestre
Cc: golang-nuts
Subject: Re: [go-nuts] Memory Safety
On Wed, Oct 4, 2017 at 1:07 PM, John Souvestre wrote:
>
> Does Go provide Data Execution Prevention (DEP) and Address space layout
On Wed, Oct 4, 2017 at 1:07 PM, John Souvestre wrote:
>
> Does Go provide Data Execution Prevention (DEP) and Address space layout
> randomization (ASLR)?
Go does not prevent the operating system from implementing Data
Execution Prevention. If the OS implements it, it will apply to Go
programs a
Does Go provide Data Execution Prevention (DEP) and Address space layout
randomization (ASLR)?
If not, any reasons why or any plans to implement?
Thanks,
John
John Souvestre - New Orleans LA
--
You received this message because you are subscribed to the Google Groups
"golang