summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* use c++ casts everywhere.Christos Zoulas2019-02-2018-419/+474
* PR/61: tmc: Add UCS-32 built-in detection.Christos Zoulas2019-02-191-9/+57
* PR/62: spinpx: limit size of file_printable.Christos Zoulas2019-02-184-15/+19
* PR/62: spinpx: Avoid non-nul-terminated string read.Christos Zoulas2019-02-181-3/+3
* Fix indirect offset overflow calculation (B. Watson)Christos Zoulas2019-02-141-3/+21
* For dynamic binaries let the df_1 pie flag determine if we are pie or a sharedChristos Zoulas2019-02-011-2/+4
* Add Linux PowerPC core offsets for Linux (which are off-by-4 of the regularChristos Zoulas2019-01-221-2/+5
* Avoid OOB read (found by ASAN reported by F. Alonso)Christos Zoulas2019-01-021-2/+2
* fix nameChristos Zoulas2018-12-111-2/+2
* fix cut-n-pasto for regex_max (Vsevolod Stakhov)Christos Zoulas2018-12-111-2/+2
* Avoid over-trimming UCS16 text, and ending up losing the last character.Christos Zoulas2018-11-271-1/+7
* Need to pass found_match from match -> mget -> match so that the USE caseChristos Zoulas2018-11-051-15/+20
* If we are asked to print annotations and there are no annotations inChristos Zoulas2018-10-241-10/+22
* If we encountered a match (an entry with description) even if we are notChristos Zoulas2018-10-231-2/+6
* more lint fixesChristos Zoulas2018-10-193-6/+6
* lint fixesChristos Zoulas2018-10-194-9/+9
* - C++ castChristos Zoulas2018-10-191-6/+6
* - use SIZE_T_FORMAT instead of 'z' in size_t format stringsChristos Zoulas2018-10-1511-57/+75
* PR/48: tianxiaogu: Avoid zerodivideChristos Zoulas2018-10-101-1/+3
* PR/32: Chai T. Rex: Handle file -s <(echo '#!/bin/sh\n') on bash/linuxChristos Zoulas2018-10-021-1/+11
* PR/33: fix for new bugs locationChristos Zoulas2018-10-011-2/+2
* remove tests for stddef.h, locale.h, limits.h all defined in c89 (petk)Christos Zoulas2018-10-016-22/+6
* signal.h is part of c89, remove testing for it.Christos Zoulas2018-10-011-11/+3
* make this compile again...Christos Zoulas2018-09-111-1/+5
* Add FreeBSD-specific core file support (John Baldwin)Christos Zoulas2018-09-111-1/+23
* Remove trailing whitespaceChristos Zoulas2018-09-0926-184/+196
* Fix use-after-free (https://runtimeverification.com/). The free code wasChristos Zoulas2018-09-011-8/+13
* avoid accessing memory beyond the end of the buffer (found by oss-fuzz)Christos Zoulas2018-08-271-1/+3
* revert previous: we cannot default for mime/apple/etc on the first printed desc,Christos Zoulas2018-08-211-11/+7
* PR/30: cbiedl: Allow all parameter values to be set.Christos Zoulas2018-08-201-9/+11
* remove debugging printfChristos Zoulas2018-08-201-2/+1
* don't use defaults if we are inside a USE entry.Christos Zoulas2018-08-201-7/+12
* It used to be the case that if a magic entry was found (with non-nulChristos Zoulas2018-08-203-20/+36
* simplify numeric parsing (found by oss-fuzz)Christos Zoulas2018-08-201-4/+10
* handle error properly.Christos Zoulas2018-08-191-2/+4
* Try to simplify and make the code more consistent by checkingChristos Zoulas2018-08-191-30/+27
* - conditionalizing the return value on (print) is wrong and breaks mime.Christos Zoulas2018-08-191-6/+5
* prevent overread (found by oss-fuzz)Christos Zoulas2018-08-171-1/+3
* Avoid read out of bounds (found by oss-fuzz)Christos Zoulas2018-08-131-1/+3
* - add statsChristos Zoulas2018-08-111-18/+73
* PR/25: cbiedl: Avoid strength underflow.Christos Zoulas2018-08-111-5/+6
* fix exponent parsing.Christos Zoulas2018-08-111-4/+3
* - keep track of the nesting levelChristos Zoulas2018-08-111-21/+34
* PR/26: Include the line terminator character so that regex's that matchChristos Zoulas2018-08-111-2/+4
* Don't print the mime type when only encoding was requested.Christos Zoulas2018-08-111-1/+5
* Add a simple JSON parser...Christos Zoulas2018-08-116-6/+391
* remove extra parensChristos Zoulas2018-08-031-2/+2
* restructure to reduce codeChristos Zoulas2018-08-021-15/+10
* correct error handling for file_printf() (coverity)Christos Zoulas2018-08-021-6/+8
* We don't want to do anything here on errors (since we are already printingChristos Zoulas2018-08-011-5/+5