summaryrefslogtreecommitdiffstats
path: root/Bugzilla/PatchReader
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-07-17 05:25:27 +0200
committerGitHub <noreply@github.com>2018-07-17 05:25:27 +0200
commitac995e4ebf84924b6be9dba3fe8358f0a5857ad1 (patch)
tree66108ca7e4c20218653b7fcdc607b900f1c9a467 /Bugzilla/PatchReader
parent77dcbc804df9133207dd112a1a99821f66b2b9f7 (diff)
downloadbugzilla-ac995e4ebf84924b6be9dba3fe8358f0a5857ad1.tar.gz
bugzilla-ac995e4ebf84924b6be9dba3fe8358f0a5857ad1.tar.xz
Bug 1476052 - Bugzilla mishandles diff attachments that are UTF-8 and contain U+FFFF
Diffstat (limited to 'Bugzilla/PatchReader')
-rw-r--r--Bugzilla/PatchReader/Raw.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/PatchReader/Raw.pm b/Bugzilla/PatchReader/Raw.pm
index 0a8387a15..bb5a6cefd 100644
--- a/Bugzilla/PatchReader/Raw.pm
+++ b/Bugzilla/PatchReader/Raw.pm
@@ -16,6 +16,7 @@ package Bugzilla::PatchReader::Raw;
use 5.10.1;
use strict;
use warnings;
+no warnings 'utf8';
use Bugzilla::PatchReader::Base;