regcomp.c: Prevent integer overflow from nested regex quantifiers.
[platform/upstream/perl.git] / regcomp.c
2023-06-21 John Lightseyregcomp.c: Prevent integer overflow from nested regex... 31/294531/2 accepted/tizen_6.0_base accepted/tizen_6.0_base_tool tizen_6.0_base accepted/tizen/6.0/base/20230713.143003 accepted/tizen/6.0/base/tool/20230625.221409 submit/tizen_6.0_base/20230622.055526
2023-06-21 Karl Williamsonregcomp: use long jumps if there is any possibility... 30/294530/2
2023-06-21 JinWang An[CVE-2020-12723] study_chunk: avoid mutating regexp... 28/294528/2
2019-09-26 DongHun KwakImported Upstream version 5.30.0 upstream/5.30.0
2019-09-26 DongHun KwakImported Upstream version 5.28.1 upstream/5.28.1
2019-09-26 DongHun KwakImported Upstream version 5.28.0 upstream/5.28.0
2019-09-26 DongHun KwakImported Upstream version 5.26.3 upstream/5.26.3
2019-09-26 DongHun KwakImported Upstream version 5.26.2 upstream/5.26.2
2019-09-26 DongHun KwakImported Upstream version 5.26.1 upstream/5.26.1
2017-06-28 DongHun KwakImported Upstream version 5.25.12 53/136053/1
2017-06-28 DongHun KwakImported Upstream version 5.25.11 52/136052/1
2017-06-28 DongHun KwakImported Upstream version 5.25.10 51/136051/1
2017-06-28 DongHun KwakImported Upstream version 5.25.9 50/136050/1
2017-06-28 DongHun KwakImported Upstream version 5.25.8 49/136049/1
2017-06-28 DongHun KwakImported Upstream version 5.25.7 48/136048/1
2017-06-28 DongHun KwakImported Upstream version 5.25.6 47/136047/1
2017-06-28 DongHun KwakImported Upstream version 5.25.5 46/136046/1
2017-06-28 DongHun KwakImported Upstream version 5.25.4 45/136045/1
2017-06-28 DongHun KwakImported Upstream version 5.25.3 44/136044/1
2017-06-28 DongHun KwakImported Upstream version 5.25.2 43/136043/1
2017-06-28 DongHun KwakImported Upstream version 5.25.1 42/136042/1
2017-06-28 DongHun KwakImported Upstream version 5.24.0 39/136039/1
2017-06-28 DongHun KwakImported Upstream version 5.23.9 38/136038/1
2017-06-28 DongHun KwakImported Upstream version 5.23.8 37/136037/1
2017-06-28 DongHun KwakImported Upstream version 5.23.7 36/136036/1
2017-06-28 DongHun KwakImported Upstream version 5.23.6 35/136035/1
2017-06-28 DongHun KwakImported Upstream version 5.23.5 34/136034/1
2017-06-28 DongHun KwakImported Upstream version 5.23.4 33/136033/1
2017-06-28 DongHun KwakImported Upstream version 5.23.3 32/136032/1
2017-06-28 DongHun KwakImported Upstream version 5.23.2 31/136031/1
2017-06-28 DongHun KwakImported Upstream version 5.23.1 30/136030/1
2017-06-28 DongHun KwakImported Upstream version 5.23.0 29/136029/1
2017-06-28 DongHun KwakImported Upstream version 5.22.2 27/136027/1
2017-06-28 DongHun KwakImported Upstream version 5.22.1 26/136026/1
2017-06-28 DongHun KwakImported Upstream version 5.22.0 25/136025/1
2017-06-28 DongHun KwakImported Upstream version 5.21.11 24/136024/1
2017-06-28 DongHun KwakImported Upstream version 5.21.10 23/136023/1
2017-06-28 DongHun KwakImported Upstream version 5.21.9 22/136022/1
2017-06-28 DongHun KwakImported Upstream version 5.21.8 21/136021/1
2017-06-28 DongHun KwakImported Upstream version 5.21.7 20/136020/1
2017-06-28 DongHun KwakImported Upstream version 5.21.6 19/136019/1
2017-06-28 DongHun KwakImported Upstream version 5.21.5 18/136018/1
2017-06-28 DongHun KwakImported Upstream version 5.21.4 17/136017/1
2017-06-28 DongHun KwakImported Upstream version 5.21.3 16/136016/1
2017-06-28 DongHun KwakImported Upstream version 5.21.2 15/136015/1
2017-06-28 DongHun KwakImported Upstream version 5.21.1 14/136014/1
2017-06-28 DongHun KwakImported Upstream version 5.21.0 13/136013/1
2017-06-28 DongHun KwakImported Upstream version 5.20.3 12/136012/1
2017-06-28 DongHun KwakImported Upstream version 5.20.2 11/136011/1
2017-06-28 DongHun KwakImported Upstream version 5.20.1 10/136010/1
2014-05-13 David Mitchell[perl #121854] use re 'taint' regression
2014-05-07 Karl WilliamsonPATCH: [perl #121778]:BBC KAMIPO/autobox-String-Inflector
2014-04-29 Jarkko HietaniemiFix for Coverity perl5 CID 29034: Out-of-bounds read...
2014-04-29 Jarkko HietaniemiFix for Coverity perl5 CID 29032: Out-of-bounds read...
2014-03-12 Karl Williamsonregcomp.c: Don't read past string-end
2014-03-12 Karl Williamsonregcomp.c: Make SSC node clone safe
2014-03-05 Karl Williamsonregcomp.c: Use minimal struct formal parameter
2014-03-05 Karl Williamsonregcomp.c: Don't read uninitialized data
2014-03-02 Karl WilliamsonRevert most of 3a8bbffbce: Avoid unnecessary malformed...
2014-02-25 Yves OrtonFix RT #121321 - Fencepost error causes infinite loop...
2014-02-24 Yves OrtonImprove how regprop dumps REF-like nodes during execution
2014-02-24 Yves Ortoncomments and whitespace fixups to inprove clarity of...
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-02-20 Tony Cookmerge 5.19.9 release branch
2014-02-20 Karl Williamsonregcomp.c: Don't read uninitialized data
2014-02-19 Karl WilliamsonMake taint checking regex compile time instead of runtime
2014-02-19 Karl Williamsonregcomp.c: Remove no longer used function
2014-02-19 Karl Williamsonregcomp.c: Move some locale initialization code
2014-02-19 Karl Williamsonregcomp.c,regexec.c: White-space only
2014-02-19 Karl Williamsonregcomp.c: Fix more alignment problems
2014-02-19 Karl WilliamsonChange method of passing some info from regcomp to...
2014-02-19 Karl Williamsonregexes: Remove uses of ANYOF_LOCALE flag
2014-02-19 Karl Williamsonregcomp.c: Simplify /l Synthetic Start Class construction
2014-02-19 Karl WilliamsonConvert more EXACTFish nodes to EXACT when possible
2014-02-17 Karl Williamsonregcomp.c: Fix some alignment problems
2014-02-16 Karl WilliamsonRevert "Free up bit for regex ANYOF nodes"
2014-02-16 Karl WilliamsonFree up bit for regex ANYOF nodes
2014-02-08 David Mitchell[MERGE] fix and refactor re_intuit_start()
2014-02-07 David Mitchellregex substrs: record index of check substr
2014-02-07 David Mitchelleliminate RXf_ANCH_SINGLE
2014-02-07 David Mitchellregcomp utf8 len cache panic
2014-02-06 Zeframmerge basic zefram/purple_signatures into blead
2014-02-06 Karl WilliamsonMake a literal "{" fatal after \b and \B in regexes
2014-02-05 Karl WilliamsonForbid "\c{" and \c{non-ascii}
2014-02-05 Yves OrtonFix regression in floating mandatory string optimisation
2014-02-05 Yves OrtonEliminate stupid macro
2014-02-05 Brian FraserAvoid compiler warnings by consistently using #ifdef...
2014-02-04 Karl WilliamsonRevert "'use utf8' should imply /u regex matching"
2014-02-04 Yves Ortondo not overflow when the pattern is unbounded
2014-02-03 Karl WilliamsonFix [[:blank:]] handling when no isblank() on platform
2014-02-03 Yves OrtonAdd RXf_UNBOUNDED_QUANTIFIER and regexp->maxlen
2014-02-03 Karl WilliamsonPATCH [perl #121144]: \S, \W, etc fail for above ASCII
2014-02-02 Karl Williamson'use utf8' should imply /u regex matching
2014-02-01 ZeframMerge blead into zefram/purple_signatures
2014-01-31 Yves OrtonSimplify expression, cannot be ANCH_GPOS without being...
2014-01-31 Yves Ortonrename REG_SEEN_WHATEVER to REG_WHATEVER_SEEN to match...
2014-01-31 Karl Williamsonregcomp.c: Revert mistakenly changed line
2014-01-30 Yves OrtonMove the RXf_ANCH flags to intflags as PREGf_ANCH_xxx...
2014-01-30 Yves Ortonmove RXf_GPOS_SEEN and RXf_GPOS_FLOAT to intflags
2014-01-30 Yves OrtonRename RXf_CANY_SEEN to PREGf_CANY_SEEN and move from...
next