]> granicus.if.org Git - file/commit
If a string rule specifies binary or text file data explicitly, make sure
authorChristos Zoulas <christos@zoulas.com>
Tue, 20 Sep 2011 15:30:14 +0000 (15:30 +0000)
committerChristos Zoulas <christos@zoulas.com>
Tue, 20 Sep 2011 15:30:14 +0000 (15:30 +0000)
commit03fd4e733ee1b354769ff1ed172b101f4bc9fc4f
tree479ced3829198e1b15302008b553932f790394e7
parent7941a8c9b6cdcfc9a8a539320f47a232dedfd1b0
If a string rule specifies binary or text file data explicitly, make sure
that the data in the file matches the type before we do any other tests.
This avoids having weak magic types such as msdos, match against text files.
src/ascmagic.c
src/file.h
src/funcs.c
src/softmagic.c