summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* match argument typeChristos Zoulas2022-12-261-2/+2
* prefix public/private/protected with file_Christos Zoulas2022-12-2617-437/+437
* Allow the full int range (including unsigned)Christos Zoulas2022-12-241-3/+3
* Handle nan's so that we don't get internal floating point exceptionsChristos Zoulas2022-12-142-11/+12
* In the name->use case return true if we found a match. This fixes the caseChristos Zoulas2022-12-091-2/+2
* PR/399: lindblad: fix typosChristos Zoulas2022-10-311-2/+2
* PR/398: Fabrice: Fix compilation without wide (uclibc)Christos Zoulas2022-10-261-30/+30
* Use the -n flag to produce immediate results and kill the short-lived -I.Christos Zoulas2022-10-262-16/+9
* In immediate mode, print with the current width.Christos Zoulas2022-10-241-4/+4
* PR/397: dadv: Restore the ability of processing filenames from stdinChristos Zoulas2022-10-232-22/+37
* Fix magic entry listing; it was skipping entries for magic with noChristos Zoulas2022-10-231-11/+13
* Add debugging for searchChristos Zoulas2022-10-181-1/+14
* Obey str_range for strings.Christos Zoulas2022-10-091-3/+7
* Use NULL for the ms field, since this warning is not associated with theChristos Zoulas2022-10-091-2/+2
* maintain firstline correctly.Christos Zoulas2022-10-091-25/+21
* revert previous, file_printable is used in softmagic, so quoting spacesChristos Zoulas2022-10-091-3/+2
* for indirect magic, reset printed_something and need_separator so thatChristos Zoulas2022-10-071-2/+6
* handle negative numbers in overflow calculationChristos Zoulas2022-10-021-2/+7
* Increase the number of bytes we are looking for (Joerg Jenderek)Christos Zoulas2022-10-021-3/+3
* prevent overflow (clusterfuzz)Christos Zoulas2022-10-011-2/+2
* PR/384: darose: Fix wrong nameChristos Zoulas2022-09-271-2/+2
* PR/383: delphij: %lc expects wint_tChristos Zoulas2022-09-271-2/+2
* close the fd to make sure that the child dies (clusterfuzz)Christos Zoulas2022-09-271-3/+12
* Avoid aborting on bad op on default (clusterfuxx)Christos Zoulas2022-09-272-5/+5
* prevent leak (clusterfuzz)Christos Zoulas2022-09-241-1/+2
* Revert previousChristos Zoulas2022-09-2444-271/+47
* mdd build glue, bump versionChristos Zoulas2022-09-2444-47/+271
* - print white space as octal in printableChristos Zoulas2022-09-242-38/+42
* simplify.Christos Zoulas2022-09-221-6/+5
* handle 9.99.100 for NetBSD-currentChristos Zoulas2022-09-221-2/+6
* remove stray free.Christos Zoulas2022-09-211-2/+1
* refactor the decompression code to reduce complexity of allocation andChristos Zoulas2022-09-211-65/+54
* fix another memory leak in lzma (clusterfuzz)Christos Zoulas2022-09-211-96/+98
* don't leak memory on bz decompress error (clusterfuzz)Christos Zoulas2022-09-211-2/+4
* check and limit range of offset to prevent overflow (clusterfuzz)Christos Zoulas2022-09-211-17/+39
* Don't exit if the fork failed on the parent (clusterfuzz)Christos Zoulas2022-09-211-6/+11
* Avoid leak in zlib (clusterfuzz)Christos Zoulas2022-09-201-2/+4
* don't print the raw svalueChristos Zoulas2022-09-201-2/+6
* fix out of bounds read (clusterfuzz)Christos Zoulas2022-09-201-2/+8
* Don't allow non-ascii characters in regex.Christos Zoulas2022-09-201-3/+34
* Prevent abort in bogus magic file by returning after the warning (found byChristos Zoulas2022-09-201-1/+4
* fix compression code in the error case (Vincent Mihalkovic)Christos Zoulas2022-09-191-20/+15
* mention posixly correct on symlinks (from debian)Christos Zoulas2022-09-161-2/+2
* remove unused variables (cppcheck)Christos Zoulas2022-09-162-4/+4
* fix printf formats (cppcheck)Christos Zoulas2022-09-161-5/+6
* make this compile againChristos Zoulas2022-09-161-1/+2
* fix signed formats in debug strings (cppcheck)Christos Zoulas2022-09-161-6/+6
* fix notyet code (found by cppcheck)Christos Zoulas2022-09-161-2/+2
* pacify cppcheckChristos Zoulas2022-09-161-5/+2
* add missing return (found by cppcheck)Christos Zoulas2022-09-161-5/+4