aboutsummaryrefslogtreecommitdiff
path: root/harnesses
AgeCommit message (Expand)AuthorFilesLines
2024-03-28Update base.c: Add missing int types to calc_retry_limitmaflcko1-1/+1
2022-11-05fix oss-fuzz issue 49746: Heap-buffer-overflow in onigenc_unicode_mbc_case_foldK.Kosako1-2/+5
2022-11-01change data_pattern_size from pattern_sizeK.Kosako1-31/+52
2022-10-28add output of end - strK.Kosako1-5/+6
2022-10-28add data_pattern and data_pattern_end argumentsK.Kosako1-8/+19
2021-08-22call onig_set_parse_depth_limit() even if FULL_TEST is not definedK.Kosako1-1/+1
2021-05-07changed the way retry_limit is calculatedK.Kosako1-9/+34
2021-05-06fix: add output backslash for single quote char in dump_data()K.Kosako1-0/+2
2021-03-02add print_options()K.Kosako1-0/+33
2021-03-02fixed according to OnigCallbackEachMatchFunc interface changes.K.Kosako1-2/+1
2021-02-23add ONIG_OPTION_CALLBACK_EACH_MATCH testK.Kosako1-6/+15
2021-01-18add ONIG_SYNTAX_PYTHON into fuzz testK.Kosako1-0/+2
2021-01-11escape warnings at compile timeK.Kosako1-0/+4
2021-01-11output options value as binary formatK.Kosako1-9/+29
2021-01-11separate recursive calls in peek from other casesK.Kosako1-1/+1
2021-01-11add PREV_CONTROL switchK.Kosako1-0/+20
2021-01-09fix: #226 TextMate Markdown.tmLanguage regex triggers "very inefficient patte...K.Kosako1-2/+9
2021-01-02set progress callout functionK.Kosako1-1/+8
2020-12-27add debug outout into base.cK.Kosako1-0/+3
2020-12-21reduce rem-size for backward search if encoding is GB18030K.Kosako1-0/+5
2020-12-07tune fuzzing parameterK.Kosako1-1/+1
2020-12-04refactoringK.Kosako1-15/+15
2020-12-04add TEST_PATTERN into base.cK.Kosako1-0/+19
2020-12-04fix: Issue 28259 in oss-fuzz: TimeoutK.Kosako1-1/+1
2020-12-01fix: Issue 28104 in oss-fuzz: TimeoutK.Kosako1-1/+1
2020-11-28use four bytes of input data for options valueK.Kosako1-5/+6
2020-11-24fix Issue 27814 in oss-fuzz: TimeoutK.Kosako1-2/+6
2020-11-01fix: Issue 26798 in oss-fuzz: TimeoutK.Kosako1-1/+1
2020-11-01add output of retry limitK.Kosako1-0/+4
2020-10-27fix: Issue 26675 in oss-fuzz: TimeoutK.Kosako1-1/+1
2020-08-04fix: Issue 24544 in oss-fuzz: TimeoutK.Kosako1-11/+19
2020-07-20add DEBUG_OUT option to get debug outputK.Kosako1-1/+5
2020-07-14fix: Issue 24066 in oss-fuzz: TimeoutK.Kosako1-2/+2
2020-07-11change default target to read-syntaxK.Kosako1-1/+2
2020-07-01update OPTIONS_AT_RUNTIMEK.Kosako1-1/+1
2020-06-30make runtime options from input dataK.Kosako1-20/+19
2020-06-28fix: Issue 23754 in oss-fuzz: TimeoutK.Kosako1-1/+1
2020-06-15fix: Issue 23311 in oss-fuzz: TimeoutK.Kosako1-0/+2
2020-06-03fix: Issue 22917 in oss-fuzz: Out-of-memoryK.Kosako1-0/+2
2020-06-02fix: Issue 22916 in oss-fuzz: TimeoutK.Kosako1-1/+1
2020-05-28change SLOW_REM_SIZE to 2048K.Kosako1-1/+1
2020-05-28refactoringK.Kosako1-2/+2
2020-05-28add output of debugK.Kosako1-0/+3
2020-05-21clear ONIG_OPTION_FIND_LONGEST for backward searchK.Kosako1-0/+4
2020-05-18add onig_detect_can_be_very_slow_pattern()K.Kosako1-0/+10
2020-05-17add an optional argument max-size into standalone programK.Kosako1-3/+11
2020-05-17add UTF-32BE and UTF-32LE into fuzz testK.Kosako1-6/+8
2020-05-15add UTF-16BE and UTF-16LE into fuzz testK.Kosako1-15/+12
2020-05-11refactoringK.Kosako1-6/+8
2020-05-07change retry limit value and MAX_REM_SIZEK.Kosako1-3/+13