]> granicus.if.org Git - file/commitdiff
PR/449: Limit matching of mach-o multi-architecture magic
authorChristos Zoulas <christos@zoulas.com>
Fri, 29 May 2015 14:21:58 +0000 (14:21 +0000)
committerChristos Zoulas <christos@zoulas.com>
Fri, 29 May 2015 14:21:58 +0000 (14:21 +0000)
magic/Magdir/cafebabe

index 74f0738df9542aa0f8589dcb0810d467909c13da..aaa731af9b70515c79f8f1c999697208a44d99d5 100644 (file)
@@ -1,6 +1,6 @@
 
 #------------------------------------------------------------------------------
-# $File: cafebabe,v 1.18 2015/02/05 19:04:03 christos Exp $
+# $File: cafebabe,v 1.19 2015/05/21 18:28:41 christos Exp $
 # Cafe Babes unite!
 #
 # Since Java bytecode and Mach-O universal binaries have the same magic number,
 !:mime application/x-mach-binary
 >>>8   use             mach-o          \b
 >>>28  use             mach-o          \b
->>4    belong          >2
+>>4    belong          2
 >>>48  use             mach-o          \b
->>4    belong          >3
+>>4    belong          3
 >>>68  use             mach-o          \b
+>>4    belong          4
+>>>88  use             mach-o          \b
 
 ### MACH-O END ###