Philip.Hazel
|
772d857f69
|
More conversion development.
|
2017-05-25 16:34:22 +00:00 |
Zoltán Herczeg
|
bf6f53b089
|
Support invalid character classes in conversion.
|
2017-05-25 13:19:42 +00:00 |
Zoltán Herczeg
|
0b2052f714
|
Support the general case of starstar in glob conversion.
|
2017-05-24 15:22:03 +00:00 |
Zoltán Herczeg
|
9826db624e
|
Rework character range parsing in glob conversion.
|
2017-05-24 10:14:43 +00:00 |
Philip.Hazel
|
fef4de56a1
|
Fix potential NULL dereference in new code for surrogate escapes, discovered by
Coverity Scan.
|
2017-05-23 16:47:29 +00:00 |
Philip.Hazel
|
231a800557
|
More experimental convert code evolution.
|
2017-05-23 16:08:48 +00:00 |
Zoltán Herczeg
|
51df11a591
|
Use atomic blocks after starstar during conversion.
|
2017-05-23 15:17:44 +00:00 |
Philip.Hazel
|
0e622185c2
|
Screw down the depth limit for DFA matching in the fuzzer function. Fixes
OSS-fuzz 1761 (I hope).
|
2017-05-22 18:06:55 +00:00 |
Zoltán Herczeg
|
e36e582af0
|
Implement flags in the glob convert functions.
|
2017-05-22 10:23:36 +00:00 |
Philip.Hazel
|
72f0c742dd
|
Add a call to pcre2_dfa_match() to the fuzzer driver.
|
2017-05-20 14:28:11 +00:00 |
Philip.Hazel
|
62564c08fd
|
pcre2test can now handle lists of conversion options.
|
2017-05-20 11:40:12 +00:00 |
Zoltán Herczeg
|
095924ee65
|
Implement starstar in glob conversion.
|
2017-05-19 03:55:39 +00:00 |
Philip.Hazel
|
485b269f9c
|
Conversion code update (revised option definitions).
|
2017-05-18 14:42:19 +00:00 |
Zoltán Herczeg
|
ac12e979b3
|
Support character classes in glob conversion.
|
2017-05-18 06:46:22 +00:00 |
Philip.Hazel
|
dfc9712bcd
|
Add additional compile options and PCRE2_EXTRA_ALLOW_SURROGATE_ESCAPES.
|
2017-05-17 17:55:11 +00:00 |
Zoltán Herczeg
|
d9c33d0708
|
Reworking bash glob conversion.
|
2017-05-17 13:44:24 +00:00 |
Philip.Hazel
|
223104001c
|
Get rid of literal strings in conversion functions.
|
2017-05-16 12:42:17 +00:00 |
Zoltán Herczeg
|
dcbba52985
|
Initial version of bash glob conversion.
|
2017-05-16 07:14:11 +00:00 |
Philip.Hazel
|
f8256af661
|
Experimental conversion: fix POSIX BRE starting ^*.
|
2017-05-14 12:04:13 +00:00 |
Philip.Hazel
|
7927ac0ee3
|
Updates to experimental conversion code.
|
2017-05-13 17:46:27 +00:00 |
Philip.Hazel
|
67995268cf
|
More refactoring for ovector addressing.
|
2017-05-11 16:49:58 +00:00 |
Philip.Hazel
|
cd4a219626
|
A better fix for oss-fuzz 1465.
|
2017-05-11 16:28:54 +00:00 |
Philip.Hazel
|
ab1e3c9309
|
Refactor to avoid sanitize warnings when accessing the variable size ovector in
the backtracking frame. Fixes oss-fuzz issue 1465. Also make -bigstack in
RunTest allocate a 64Mb stack for use with clang sanitizing.
|
2017-05-10 18:21:03 +00:00 |
Philip.Hazel
|
1909bf0691
|
Refactor to avoid picky compiler warnings. Fixes oss-fuzz issue 1454.
|
2017-05-10 16:44:33 +00:00 |
Philip.Hazel
|
3813b518ce
|
Correct fix for experimental POSIX pattern translation.
|
2017-05-10 15:42:13 +00:00 |
Philip.Hazel
|
7ca875b1db
|
Fix bug in experimental conversion code.
|
2017-05-09 10:44:50 +00:00 |
Zoltán Herczeg
|
660811e899
|
Improve first bitset search in JIT.
|
2017-05-09 08:42:46 +00:00 |
Philip.Hazel
|
764e23e670
|
Fix typos in macros for experimental convert functions.
|
2017-05-08 15:07:34 +00:00 |
Zoltán Herczeg
|
4655d89ce5
|
Continue reworking first character search in JIT.
|
2017-05-08 13:32:59 +00:00 |
Zoltán Herczeg
|
3c542db175
|
Improve first character searches.
|
2017-05-08 03:35:40 +00:00 |
Philip.Hazel
|
587011e326
|
Fix memory leak in pcre2test (found by Coverity Scan).
|
2017-05-07 15:55:41 +00:00 |
Zoltán Herczeg
|
ba1c759c90
|
JIT: Allow early quit in fast forward search.
|
2017-05-07 14:28:37 +00:00 |
Zoltán Herczeg
|
a61bd956eb
|
JIT compiler update.
|
2017-05-07 07:10:16 +00:00 |
Philip.Hazel
|
382b64b01c
|
Fix crash when more than one kind of "push" was set in pcre2test.
|
2017-05-06 16:56:07 +00:00 |
Philip.Hazel
|
6e943e5f47
|
Experimental pattern conversion code (no public documentation yet).
|
2017-05-06 16:19:39 +00:00 |
Zoltán Herczeg
|
aa224e4ac9
|
JIT compielr update.
|
2017-04-26 08:34:09 +00:00 |
Philip.Hazel
|
b3a6fd38b8
|
Tidy comments about UTF case-independence.
|
2017-04-20 16:51:36 +00:00 |
Philip.Hazel
|
369d82e03a
|
Implement Perl's /n option, which is the same as PCRE2_NO_AUTO_CAPTURE.
|
2017-04-18 16:21:50 +00:00 |
Zoltán Herczeg
|
584f35c059
|
Improve prefix character scanning in JIT.
|
2017-04-18 14:37:01 +00:00 |
Philip.Hazel
|
3dca43fdff
|
Implement PCRE2_EXTENDED_MORE and friends.
|
2017-04-18 12:32:52 +00:00 |
Zoltán Herczeg
|
b9f95b5f63
|
Refactor SSE2 accelerated first character search in JIT.
|
2017-04-18 05:49:39 +00:00 |
Zoltán Herczeg
|
486a66681f
|
SSE2 accelerated first character pair search in JIT.
|
2017-04-17 14:54:04 +00:00 |
Philip.Hazel
|
41d1c6d6ce
|
Tidies and minor bug fix resulting from Coverity Scan issues.
|
2017-04-16 16:49:11 +00:00 |
Philip.Hazel
|
202cb2cf41
|
Improve testing coverage with updates to pcre2test and test files; also get rid
of redundant code in pcre2_match().
|
2017-04-16 13:03:30 +00:00 |
Philip.Hazel
|
106028089e
|
Ensure ovector[0,1] are both PCRE2_UNSET during callouts.
|
2017-04-14 12:39:41 +00:00 |
Philip.Hazel
|
e8cdae3c5b
|
Correct an incorrect cast.
|
2017-04-14 12:14:41 +00:00 |
Philip.Hazel
|
b35a98c403
|
Remove duplication typo.
|
2017-04-14 12:08:54 +00:00 |
Philip.Hazel
|
b38c2aaebd
|
Adjust two match frame variables to save space in 8-bit mode.
|
2017-04-14 12:02:40 +00:00 |
Philip.Hazel
|
346447005a
|
Remove redundant line of code (a typo really).
|
2017-04-14 11:42:02 +00:00 |
Zoltán Herczeg
|
1379a48d94
|
Support end anchored in JIT.
|
2017-04-13 11:52:36 +00:00 |