Blame SOURCES/file-5.11-CVE-2013-7345.patch

89be67
From ef2329cf71acb59204dd981e2c6cce6c81fe467c Mon Sep 17 00:00:00 2001
89be67
From: Christos Zoulas <christos@zoulas.com>
89be67
Date: Mon, 25 Mar 2013 14:06:55 +0000
89be67
Subject: [PATCH] limit to 100 repetitions to avoid excessive backtracking
89be67
 Carsten Wolff
89be67
89be67
---
89be67
 magic/Magdir/commands | 4 ++--
89be67
 1 file changed, 2 insertions(+), 2 deletions(-)
89be67
89be67
diff --git a/magic/Magdir/commands b/magic/Magdir/commands
89be67
index 67c3eee..4a7d8dd 100644
89be67
--- a/magic/Magdir/commands
89be67
+++ b/magic/Magdir/commands
89be67
@@ -49,7 +49,8 @@
89be67
 !:mime	text/x-awk
89be67
 0	string/wt	#!\ /usr/bin/awk	awk script text executable
89be67
 !:mime	text/x-awk
89be67
-0	regex		=^\\s*BEGIN\\s*[{]	awk script text
89be67
+0	regex/4096	=^\\s{0,100}BEGIN\\s{0,100}[{]	awk script text
89be67
+!:strength - 12
89be67
 
89be67
 # AT&T Bell Labs' Plan 9 shell
89be67
 0	string/wt	#!\ /bin/rc	Plan 9 rc shell script text executable
89be67
-- 
89be67
1.8.5.5
89be67