From 976379aa98b9f24fdf648b7216a991fecf034a1d Mon Sep 17 00:00:00 2001 From: "bzrmirror%bugzilla.org" Date: Sun, 5 Apr 2015 19:30:51 +0000 Subject: [PATCH] Bug 1128194: Remove 'umask 0' from post_bug.cgi r=dkl a=sgreen git-svn-id: svn://10.0.0.236/trunk@265901 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/.bzrrev | 2 +- mozilla/webtools/bugzilla/.gitrev | 2 +- mozilla/webtools/bugzilla/post_bug.cgi | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mozilla/webtools/bugzilla/.bzrrev b/mozilla/webtools/bugzilla/.bzrrev index 6acd0a505cb..c553f1ee2b4 100644 --- a/mozilla/webtools/bugzilla/.bzrrev +++ b/mozilla/webtools/bugzilla/.bzrrev @@ -1 +1 @@ -9355 \ No newline at end of file +9356 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/.gitrev b/mozilla/webtools/bugzilla/.gitrev index 355b349c728..7198780d358 100644 --- a/mozilla/webtools/bugzilla/.gitrev +++ b/mozilla/webtools/bugzilla/.gitrev @@ -1 +1 @@ -82ea617741781f0583857f55372335f179f1540d \ No newline at end of file +fe75edaf698f6bdfb66d8784e0f6ca191212efd3 \ No newline at end of file diff --git a/mozilla/webtools/bugzilla/post_bug.cgi b/mozilla/webtools/bugzilla/post_bug.cgi index ff49df78205..78a18e75975 100755 --- a/mozilla/webtools/bugzilla/post_bug.cgi +++ b/mozilla/webtools/bugzilla/post_bug.cgi @@ -63,8 +63,6 @@ if (defined $cgi->param('maketemplate')) { exit; } -umask 0; - # The format of the initial comment can be structured by adding fields to the # enter_bug template and then referencing them in the comment template. my $comment;