From: Frédéric Buclin Date: Sun, 5 Apr 2015 19:12:38 +0000 (+0200) Subject: Bug 1128194: Remove 'umask 0' from post_bug.cgi X-Git-Tag: release-5.1.1~309 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe75edaf698f6bdfb66d8784e0f6ca191212efd3;p=thirdparty%2Fbugzilla.git Bug 1128194: Remove 'umask 0' from post_bug.cgi r=dkl a=sgreen --- diff --git a/post_bug.cgi b/post_bug.cgi index ff49df7820..78a18e7597 100755 --- a/post_bug.cgi +++ b/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;