Re: [go-nuts] Memory Safety

2017-10-04 Thread Ian Lance Taylor
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

RE: [go-nuts] Memory Safety

2017-10-04 Thread John Souvestre
- 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

Re: [go-nuts] Memory Safety

2017-10-04 Thread Ian Lance Taylor
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

[go-nuts] Memory Safety

2017-10-04 Thread John Souvestre
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