Skip to content

Commit 3592d86

Browse files
committed
ref
1 parent 6a7e130 commit 3592d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parser/bik/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func checkErr(e error) {
6363

6464
func init() {
6565
var err error
66-
devNull, err = os.OpenFile(os.DevNull, os.O_WRONLY, 0666)
66+
devNull, err = os.OpenFile(os.DevNull, os.O_WRONLY, 0600)
6767
if err != nil {
6868
panic(err)
6969
}

0 commit comments

Comments
 (0)