SOURCES: file-DoS.patch (NEW) - fix for [CVE-2007-2026]

zawadaa zawadaa at pld-linux.org
Fri Apr 20 10:38:28 CEST 2007


Author: zawadaa                      Date: Fri Apr 20 08:38:28 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix for [CVE-2007-2026]

---- Files affected:
SOURCES:
   file-DoS.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/file-DoS.patch
diff -u /dev/null SOURCES/file-DoS.patch:1.1
--- /dev/null	Fri Apr 20 10:38:28 2007
+++ SOURCES/file-DoS.patch	Fri Apr 20 10:38:23 2007
@@ -0,0 +1,13 @@
+--- file-4.20/magic/Magdir/msdos.orig	2007-04-20 08:12:44.000000000 +0000
++++ file-4.20/magic/Magdir/msdos	2007-04-20 08:16:55.000000000 +0000
+@@ -13,8 +13,8 @@
+ 
+ # OS/2 batch files are REXX. the second regex is a bit generic, oh well
+ # the matched commands seem to be common in REXX and uncommon elsewhere
+-100 regex/c =^\\s*call\\s+rxfuncadd.*sysloadfu OS/2 REXX batch file text
+-100 regex/c =^\\s*say\ ['"] OS/2 REXX batch file text
++100 regex/c =^[\ \t]{0,999}call[\ \t]{1,999}rxfu OS/2 REXX batch file text
++100 regex/c =^[[:space:]]{0,999}say\ ['"] OS/2 REXX batch file text
+ 
+ 0	leshort		0x14c	MS Windows COFF Intel 80386 object file
+ #>4	ledate		x	stamp %s
================================================================


More information about the pld-cvs-commit mailing list