Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1619)

Issue 9235046: code review 9235046: runtime: do not mark os memory as executable on windows (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by brainman
Modified:
12 years, 2 months ago
Reviewers:
dave
CC:
golang-dev, bradfitz, khr1
Visibility:
Public.

Description

runtime: do not mark os memory as executable on windows

Patch Set 1 #

Patch Set 2 : diff -r 3623b5f14f72 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 3623b5f14f72 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 3623b5f14f72 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -4 lines) Patch
M src/pkg/runtime/mem_windows.c View 1 4 chunks +5 lines, -4 lines 0 comments Download

Messages

Total messages: 6
brainman
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 2 months ago (2013-05-17 02:54:00 UTC) #1
bradfitz
LGTM On Thu, May 16, 2013 at 7:54 PM, <alex.brainman@gmail.com> wrote: > Reviewers: golang-dev1, > ...
12 years, 2 months ago (2013-05-17 03:17:49 UTC) #2
khr1
Is it worth calling GetSystemDEPPolicy/SetProcessDEPPolicy to make sure we get it even if it is ...
12 years, 2 months ago (2013-05-17 03:26:17 UTC) #3
brainman
*** Submitted as https://code.google.com/p/go/source/detail?r=3c2cddfbdaec *** runtime: do not mark os memory as executable on windows ...
12 years, 2 months ago (2013-05-17 03:37:42 UTC) #4
brainman
On 2013/05/17 03:26:17, khr1 wrote: > Is it worth calling GetSystemDEPPolicy/SetProcessDEPPolicy to make sure we ...
12 years, 2 months ago (2013-05-17 03:38:06 UTC) #5
dave_cheney.net
12 years, 2 months ago (2013-05-17 03:39:05 UTC) #6
Sounds reasonable to me. 

On 17/05/2013, at 13:38, alex.brainman@gmail.com wrote:

> On 2013/05/17 03:26:17, khr1 wrote:
>> Is it worth calling GetSystemDEPPolicy/SetProcessDEPPolicy to make
> sure we
>> get it even if it is off for the host OS? ...
> 
> I am not Windows expert - I don't know. I would leave it as is until one
> day we have a real issue.
> 
> Alex
> 
> https://codereview.appspot.com/9235046/
> 
> -- 
> 
> ---You received this message because you are subscribed to the Google Groups
"golang-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
email to golang-dev+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
> 
> 
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b