summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Better fix for previousoriginbadmasterChristos Zoulas2017-03-171-3/+6
* Although I can't reproduce it, oss-fuzz complains about is_tar. So rewriteChristos Zoulas2017-03-171-15/+22
* PR/599: Out of bounds read in cdf files.Christos Zoulas2017-03-171-6/+13
* 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
* 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 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
* If we exceeded the offset in a search don't break, return 0 (no match)Christos Zoulas2017-02-071-2/+2
* If we are reading a sector stream that is shorter than the minimum standardChristos Zoulas2017-02-071-2/+2
* 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/574: osm0sis: Handle android having zlib.h and no -lz.Christos Zoulas2017-01-181-2/+3
* PR/586: Add missing section headers info message.Christos Zoulas2017-01-181-3/+4
* 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
* make sure we don't exceed the array sie if nbytes is odd. Found by oss-fuzzChristos Zoulas2016-12-201-2/+3
* PR/583: Lukas Koldrt: Don't attempt to read 0 sized stream.Christos Zoulas2016-12-011-1/+4
* PR/579: Andre: Avoid possible infinite recursion in out of memory fromChristos Zoulas2016-12-011-2/+2
* Fix error checking in the simple case (one digit length) of der magic.Christos Zoulas2016-11-071-9/+27
* Allow @ in extensionChristos Zoulas2016-11-071-2/+2
* more c++ castsChristos Zoulas2016-10-245-14/+14
* When loading multiple magic files as in -m foo.mgc:bar and one of them fails,Christos Zoulas2016-10-242-10/+8
* Always check the offset/length of the entry in getlength(). Found byChristos Zoulas2016-10-241-1/+3
* add braces to clarify intent.Christos Zoulas2016-10-191-2/+3
* fix mime messages (Guy Helmer)Christos Zoulas2016-10-181-8/+7
* instead of requiring all the sections to be present, require only one of them.Christos Zoulas2016-10-181-7/+5
* Fix typosChristos Zoulas2016-10-171-3/+3
* Use both the SummaryStream and the DocumentSummaryStream for information.Christos Zoulas2016-10-173-51/+85
* Add more stream identifiers (Guy Helmer). XXX: perhaps remove the otherChristos Zoulas2016-10-171-3/+46
* Fix off-by-one detecting \r\n (Jonas Wagner)Christos Zoulas2016-10-101-2/+2
* Extend build-id reporting to 8-byte IDs that lld can generate (Ed Maste)Christos Zoulas2016-10-041-4/+18
* PR/573: Nick Terrell: Add zstd supportChristos Zoulas2016-09-161-1/+5
* fix wrong variable use (Jonas Wagner)Christos Zoulas2016-09-131-2/+2
* PR/569: Shi Yin: Fix memory leak.Christos Zoulas2016-09-111-4/+4
* Add support for signed indirect offsets.Christos Zoulas2016-07-203-273/+72
* cat /dev/null | file - should print empty (Christoph Biedl)Christos Zoulas2016-07-181-2/+2
* we only need mman for testing.Christos Zoulas2016-07-151-3/+3
* Bumo string size to 96; don't try to parse a compiled file as a regular magicChristos Zoulas2016-07-052-7/+12
* Don't copy NULL (Igor Gnatenko)Christos Zoulas2016-06-281-2/+2
* Reset rv, like it was done before.Christos Zoulas2016-06-271-2/+2
* PR/559: It is not an error if the short stream is missing.Christos Zoulas2016-06-203-11/+14