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

Issue 5086050: code review 5086050: syscall: mark stdin, stdout and stderr as non-inheritab... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 5 months ago by brainman
Modified:
13 years, 5 months ago
Reviewers:
CC:
golang-dev, hector, vincent.vanackere
Visibility:
Public.

Description

syscall: mark stdin, stdout and stderr as non-inheritable by child process Fixes issue 2250.

Patch Set 1 #

Patch Set 2 : diff -r 0f7c7b2a0e73 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 0f7c7b2a0e73 https://go.googlecode.com/hg/ #

Total comments: 3

Patch Set 4 : diff -r 0f7c7b2a0e73 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 671d87eec5df https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M src/pkg/syscall/syscall_windows.go View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9
brainman
Hello golang-dev@googlegroups.com (cc: hectorchu@gmail.com, vincent.vanackere@gmail.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 5 months ago (2011-09-22 09:01:53 UTC) #1
hector
http://codereview.appspot.com/5086050/diff/5001/src/pkg/syscall/syscall_windows.go File src/pkg/syscall/syscall_windows.go (right): http://codereview.appspot.com/5086050/diff/5001/src/pkg/syscall/syscall_windows.go#newcode282 src/pkg/syscall/syscall_windows.go:282: h, e := CreateFile(StringToUTF16Ptr(path), access, sharemode, nil, createmode, FILE_ATTRIBUTE_NORMAL, ...
13 years, 5 months ago (2011-09-22 13:46:53 UTC) #2
brainman
http://codereview.appspot.com/5086050/diff/5001/src/pkg/syscall/syscall_windows.go File src/pkg/syscall/syscall_windows.go (right): http://codereview.appspot.com/5086050/diff/5001/src/pkg/syscall/syscall_windows.go#newcode282 src/pkg/syscall/syscall_windows.go:282: h, e := CreateFile(StringToUTF16Ptr(path), access, sharemode, nil, createmode, FILE_ATTRIBUTE_NORMAL, ...
13 years, 5 months ago (2011-09-23 05:46:52 UTC) #3
hector
On Sep 23, 2011 6:46 AM, <alex.brainman@gmail.com> wrote: > Perhaps I am mistaken, but reading ...
13 years, 5 months ago (2011-09-23 07:16:48 UTC) #4
brainman
On 2011/09/23 07:16:48, hector wrote: > ... I am suggesting we leave around > this ...
13 years, 5 months ago (2011-09-23 07:39:07 UTC) #5
hector
It's only to match the default in Unix. As I said in a previous email, ...
13 years, 5 months ago (2011-09-23 07:52:28 UTC) #6
brainman
Hello golang-dev@googlegroups.com, hectorchu@gmail.com (cc: golang-dev@googlegroups.com, vincent.vanackere@gmail.com), Please take another look.
13 years, 5 months ago (2011-09-23 07:54:04 UTC) #7
hector
LGTM On 23 September 2011 08:54, <alex.brainman@gmail.com> wrote: > Hello golang-dev@googlegroups.com, hectorchu@gmail.com (cc: > golang-dev@googlegroups.com, ...
13 years, 5 months ago (2011-09-23 07:55:43 UTC) #8
brainman
13 years, 5 months ago (2011-09-23 08:16:22 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=086dc976137c ***

syscall: mark stdin, stdout and stderr as non-inheritable by child process

Fixes issue 2250.

R=golang-dev, hectorchu
CC=golang-dev, vincent.vanackere
http://codereview.appspot.com/5086050
Sign in to reply to this message.

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