summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* subtype_mime was used eons ago for the built-in troff, fortran and keywordChristos Zoulas2020-06-081-6/+1
* Eliminate unused if, found by static analysis (Steve Grubb)Christos Zoulas2020-06-081-3/+2
* back to using unsigned offsets since ClusterFuzz bitches about integer overflow.Christos Zoulas2020-06-081-3/+3
* Abort quickly if mime and don't print too many messagesChristos Zoulas2020-06-071-1/+6
* Fix indirect offsets.Christos Zoulas2020-06-072-10/+14
* We need to process the dynamic section so that we can set $x for mime.Christos Zoulas2020-06-071-2/+15
* Fix uuid equality testChristos Zoulas2020-06-071-1/+2
* fix compilationChristos Zoulas2020-06-071-3/+3
* Remove debugChristos Zoulas2020-06-071-2/+1
* PR/165: pls: recognize empty objects and arrays.Christos Zoulas2020-06-071-5/+13
* PR/162: vinc17: add --exclude-quietChristos Zoulas2020-06-072-5/+11
* fix memory leak (Steve Grubb)Christos Zoulas2020-06-061-3/+6
* Pass an upper bound to file_strncmp because the string is not always NULChristos Zoulas2020-06-041-8/+10
* When we ignore whitespace compare up to the length of the stringChristos Zoulas2020-06-041-2/+4
* fix typos.Christos Zoulas2020-06-021-3/+3
* Try to fix MINGW64 compilationChristos Zoulas2020-05-312-19/+32
* PR/159: Lambda: whitelist getpidChristos Zoulas2020-05-301-2/+2
* Fix signChristos Zoulas2020-05-091-2/+2
* - introduce offset type which is matched against the actual offset of theChristos Zoulas2020-05-094-9/+31
* PR/93: Undo previous: There are dynamic objects (shared libraries for example)Christos Zoulas2020-04-261-2/+2
* add a case for GUIDChristos Zoulas2020-03-291-1/+2
* delete varint stuff which is not ready for production yet.Christos Zoulas2020-03-291-44/+1
* make guid obey relationshipsChristos Zoulas2020-03-291-2/+46
* remove unused constantChristos Zoulas2020-03-201-3/+1
* - change default for name/use to 50Christos Zoulas2020-03-193-64/+115
* - don't return -1 when apprentice_map fails.Christos Zoulas2020-03-111-4/+3
* Fix leak (found by SonarQube)Christos Zoulas2020-03-111-1/+4
* also check for llen while copying (superfluous since line is NUL terminated)Christos Zoulas2020-03-101-6/+4
* Fix a leak on error found by SonarQubeChristos Zoulas2020-03-101-5/+15
* Add the length of the line to appease SonarQubeChristos Zoulas2020-03-081-16/+30
* Fix memory leak (SonarQube)Christos Zoulas2020-03-081-2/+6
* Appease SonaQube (does not like it when we modify loop variables)Christos Zoulas2020-03-081-6/+7
* remove bogus test (SonarQube)Christos Zoulas2020-03-081-3/+1
* Make file_fmttime() take the size of the buffer, so we can use strlcpy().Christos Zoulas2020-03-083-16/+21
* We don't allow * in printf formats anywhere - not in magic descriptions andChristos Zoulas2020-02-203-9/+26
* Handle %<w>.<p><fmt> (Christoph Biedl)Christos Zoulas2020-02-201-8/+29
* Avoid memory leak on error. Found by oss-fuzzChristos Zoulas2020-02-171-15/+20
* print some more strings in debugging and check length before dereferencing.Christos Zoulas2020-02-171-1/+6
* Add missing string, found by oss-fuzzChristos Zoulas2020-02-171-6/+6
* Add more debugging and more types.Christos Zoulas2020-02-161-16/+49
* PR/140: Avoid aborting on corrupt magic files.Christos Zoulas2020-02-164-30/+60
* - fix missed saving on push.Christos Zoulas2020-02-151-2/+4
* I think that oss-fuzz objects using sizeof(tbuf) here, so use 1024 instead.Christos Zoulas2020-02-141-4/+2
* PR/139: avoid excessive printing from doctored magic files (gockelhahn)Christos Zoulas2020-02-133-7/+62
* PR/140: Don't abort on crafted magic files (gockelhahn)Christos Zoulas2020-02-131-4/+9
* don't print strerror(errno) when errno == 0Christos Zoulas2020-02-131-3/+9
* PR/138: Avoid crash with hand-crafted magic files:Christos Zoulas2020-02-131-2/+15
* PR/130: tobias: adjust seccomp for ioctl on hardwired terminalChristos Zoulas2020-01-171-2/+6
* protect readlinkatChristos Zoulas2020-01-081-1/+3
* Need also readlinkat (Marcus Meissner)Christos Zoulas2020-01-081-1/+2