-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into adding_magic_compile
- Loading branch information
Showing
100 changed files
with
12,900 additions
and
70,995 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,86 @@ | ||
2017-09-02 11:53 Christos Zoulas <[email protected]> | ||
|
||
* release 5.32 | ||
|
||
2017-08-28 16:37 Christos Zoulas <[email protected]> | ||
|
||
* Always reset state in {file,buffer}_apprentice (Krzysztof Wilczynski) | ||
|
||
2017-08-27 03:55 Christos Zoulas <[email protected]> | ||
|
||
* Fix always true condition (Thomas Jarosch) | ||
|
||
2017-05-24 17:30 Christos Zoulas <[email protected]> | ||
|
||
* pickier parsing of numeric values in magic files. | ||
|
||
2017-05-23 17:55 Christos Zoulas <[email protected]> | ||
|
||
* PR/615 add magic_getflags() | ||
|
||
2017-05-23 13:55 Christos Zoulas <[email protected]> | ||
|
||
* release 5.31 | ||
|
||
2017-03-17 20:32 Christos Zoulas <[email protected]> | ||
|
||
* remove trailing spaces from magic files | ||
* refactor is_tar | ||
* better bounds checks for cdf | ||
|
||
2017-02-10 12:24 Christos Zoulas <[email protected]> | ||
|
||
* release 5.30 | ||
|
||
2017-02-07 23:27 Christos Zoulas <[email protected]> | ||
|
||
* If we exceeded the offset in a search return no match | ||
(Christoph Biedl) | ||
* Be more lenient on corrupt CDF files (Christoph Biedl) | ||
|
||
2017-02-04 16:46 Christos Zoulas <[email protected]> | ||
|
||
* pacify ubsan sign extension (oss-fuzz/524) | ||
|
||
2017-02-01 12:42 Christos Zoulas <[email protected]> | ||
|
||
* off by one in cdf parsing (PR/593) | ||
* report debugging sections in elf (PR/591) | ||
|
||
2016-11-06 10:52 Christos Zoulas <[email protected]> | ||
|
||
* Allow @@@ in extensions | ||
* Add missing overflow check in der magic (Jonas Wagner) | ||
|
||
2016-10-25 10:40 Christos Zoulas <[email protected]> | ||
|
||
* release 5.29 | ||
|
||
2016-10-24 11:20 Christos Zoulas <[email protected]> | ||
|
||
* der getlength overflow (Jonas Wagner) | ||
* multiple magic file load failure (Christoph Biedl) | ||
|
||
2016-10-17 11:26 Christos Zoulas <[email protected]> | ||
|
||
* CDF parsing improvements (Guy Helmer) | ||
|
||
2016-07-20 7:26 Christos Zoulas <[email protected]> | ||
|
||
* Add support for signed indirect offsets | ||
|
||
2016-07-18 7:41 Christos Zoulas <[email protected]> | ||
|
||
* cat /dev/null | file - should print empty (Christoph Biedl) | ||
|
||
2016-07-05 15:20 Christos Zoulas <[email protected]> | ||
|
||
* Bump string size from 64 to 96. | ||
|
||
2016-06-13 20:20 Christos Zoulas <[email protected]> | ||
|
||
* PR/556: Fix separators on annotations. | ||
|
||
2016-06-13 19:40 Christos Zoulas <[email protected]> | ||
|
||
* release 5.28 | ||
|
@@ -358,7 +441,7 @@ | |
` | ||
2013-11-06 14:40 Christos Zoulas <[email protected]> | ||
|
||
* fix erroneous non-zero exit code from non-existant file and message | ||
* fix erroneous non-zero exit code from non-existent file and message | ||
|
||
2013-10-29 14:25 Christos Zoulas <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.