summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Better fix for previousoriginbadmasterChristos Zoulas2017-03-171-3/+6
|
* need trailing spaces in places :-)Christos Zoulas2017-03-1711-63/+63
|
* remove trailing whitespaceChristos Zoulas2017-03-1792-1209/+1209
|
* Although I can't reproduce it, oss-fuzz complains about is_tar. So rewriteChristos Zoulas2017-03-171-15/+22
| | | | it to make it more obvious what's going on.
* PR/599: Out of bounds read in cdf files.Christos Zoulas2017-03-171-6/+13
|
* more formats from Martin Mueller Skarbiniks PedersenChristos Zoulas2017-03-171-1/+53
|
* Add webassemblyChristos Zoulas2017-03-122-1/+16
|
* Fixes from Joerg Jenderek to recognize more msdos drivers.Christos Zoulas2017-03-121-13/+28
|
* use the correct buffer size; found by oss-fuzzChristos Zoulas2017-03-091-2/+2
|
* Explain what the fields hold.Christos Zoulas2017-03-091-3/+3
|
* prevent reading beyond our buffer when compacting whitespace (oss-fuzz)Christos Zoulas2017-03-081-3/+8
|
* PR/598: Off-by-one.Christos Zoulas2017-03-071-2/+2
|
* PR/596: Jason Hood: spello in comment.Christos Zoulas2017-02-251-2/+2
|
* bump perl to exceed 'c'Christos Zoulas2017-02-211-5/+5
|
* ignore files that start with '.'Christos Zoulas2017-02-171-1/+3
|
* keep "[not] stripped" last since some scripts expect it to be there.Christos Zoulas2017-02-141-3/+3
|
* Fix pascal string tod from sl.tomChristos Zoulas2017-02-121-6/+6
|
* Add ntfsclone from Mike SwansonChristos Zoulas2017-02-111-1/+11
|
* fix debug info reversed logicChristos Zoulas2017-02-111-2/+2
|
* fix castChristos Zoulas2017-02-101-2/+2
|
* define __STDC_LIMIT_MACROS soonerChristos Zoulas2017-02-101-5/+5
|
* more cast stuff.Christos Zoulas2017-02-107-25/+28
|
* welcome to 5.30Christos Zoulas2017-02-102-1/+5
|
* recent changesChristos Zoulas2017-02-101-0/+15
|
* add a gpg stepChristos Zoulas2017-02-101-1/+2
|
* more zip versions from Mike SwansonChristos Zoulas2017-02-101-1/+11
|
* Add IPS magic (Thomas Klausner)Christos Zoulas2017-02-081-1/+5
|
* fix typo "avalues" from Thomas Klausner.Christos Zoulas2017-02-081-3/+3
|
* If we exceeded the offset in a search don't break, return 0 (no match)Christos Zoulas2017-02-071-2/+2
| | | | From Christoph Biedl
* Improve flash detection (Christoph Biedl)Christos Zoulas2017-02-071-15/+37
|
* If we are reading a sector stream that is shorter than the minimum standardChristos Zoulas2017-02-071-2/+2
| | | | stream size, but there is no short sector chain, adjust the dirlen.
* use unsigned int shiftsChristos Zoulas2017-02-041-5/+18
|
* PR/593: Clement Lecigne: Fix off-by-oneChristos Zoulas2017-02-011-3/+3
|
* PR/591: Print if the file has debug info.Christos Zoulas2017-01-291-3/+9
|
* PR/589: David Korth: Add support for Wii U and 3DS Virtual Console NES ROMChristos Zoulas2017-01-221-10/+34
| | | | images. Misc fixes.
* PR/588: Add ECDSA magicChristos Zoulas2017-01-221-6/+7
|
* use 040 consistentlyChristos Zoulas2017-01-221-4/+4
|
* Fix x3d from Thomas LedouxChristos Zoulas2017-01-211-5/+7
|
* PR/574: osm0sis: Handle android having zlib.h and no -lz.Christos Zoulas2017-01-181-2/+3
|
* PR/584: Timo Foerster: Add a mime type according to:Christos Zoulas2017-01-181-1/+2
| | | | https://en.wikipedia.org/wiki/Encapsulated_PostScript
* PR/585: Martin Reifer: OpenStreetMap header is not always 13 bytes long.Christos Zoulas2017-01-181-4/+4
|
* PR/586: Add missing section headers info message.Christos Zoulas2017-01-181-3/+4
|
* PR/587: Luc Gommans: Add OpenSSL filesChristos Zoulas2017-01-181-0/+11
|
* More arm64 uboot stuff from Martin MichlmayrChristos Zoulas2017-01-031-1/+8
|
* minor nits from Abhinav UpadhyayChristos Zoulas2017-01-031-12/+9
|
* compute the search match length correctly (found by oss-fuzzer)Christos Zoulas2016-12-201-3/+3
|
* use CCAST, instead of __UNCONSTChristos Zoulas2016-12-201-2/+2
|
* when the pattern search length is 0, search for the empty string insteadChristos Zoulas2016-12-201-2/+2
| | | | | of the original string because the original string might not be NUL-terminated. Found by oss-fuzzer.
* make sure we don't exceed the array sie if nbytes is odd. Found by oss-fuzzChristos Zoulas2016-12-201-2/+3
|
* Escape the . and provide more text for BSD make (Joerg Jenderek)Christos Zoulas2016-12-101-5/+13
|