]> git.pld-linux.org Git - packages/file.git/blob - file-DoS.patch
- from upstream
[packages/file.git] / file-DoS.patch
1 --- file-4.20/magic/Magdir/msdos.orig   2007-04-20 08:12:44.000000000 +0000
2 +++ file-4.20/magic/Magdir/msdos        2007-04-20 08:16:55.000000000 +0000
3 @@ -13,8 +13,8 @@
4  
5  # OS/2 batch files are REXX. the second regex is a bit generic, oh well
6  # the matched commands seem to be common in REXX and uncommon elsewhere
7 -100 regex/c =^\\s*call\\s+rxfuncadd.*sysloadfu OS/2 REXX batch file text
8 -100 regex/c =^\\s*say\ ['"] OS/2 REXX batch file text
9 +100 regex/c =^[\ \t]{0,999}call[\ \t]{1,999}rxfu OS/2 REXX batch file text
10 +100 regex/c =^[[:space:]]{0,999}say\ ['"] OS/2 REXX batch file text
11  
12  0      leshort         0x14c   MS Windows COFF Intel 80386 object file
13  #>4    ledate          x       stamp %s
This page took 0.081355 seconds and 3 git commands to generate.