1234567891011121314151617 |
- Upstream-Author: Christos Zoulas <christos@zoulas.com>
- Date: Mon Mar 25 14:06:55 2013 +0000
- Upstream-Commit ef2329cf71acb59204dd981e2c6cce6c81fe467c
- Description:
- limit to 100 repetitions to avoid excessive backtracking Carsten Wolff
- --- a/magic/Magdir/commands
- +++ b/magic/Magdir/commands
- @@ -49,7 +49,7 @@
- !:mime text/x-awk
- 0 string/wt #!\ /usr/bin/awk awk script text executable
- !:mime text/x-awk
- -0 regex =^\\s*BEGIN\\s*[{] awk script text
- +0 regex =^\\s{0,100}BEGIN\\s{0,100}[{] awk script text
-
- # AT&T Bell Labs' Plan 9 shell
- 0 string/wt #!\ /bin/rc Plan 9 rc shell script text executable
|