aboutsummaryrefslogtreecommitdiff
path: root/posix/regexec.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-10-05posix: Suppress -Os may be used uninitialized warnings on regexecAdhemerval Zanella Netto1-0/+6
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-11-24regex: fix buffer read overrun in search [BZ#28470]Paul Eggert1-4/+3
2021-09-21regex: copy back from GnulibPaul Eggert1-44/+57
2021-02-09regexec: remove alloca usage in build_trtableAdhemerval Zanella1-62/+13
2021-02-09regex: remove alloca usage on regex set_regsAdhemerval Zanella1-22/+18
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-11Fix array bounds violation in regex matcher (bug 25149)Andreas Schwab1-2/+5
2019-11-06posix: Sync regex with gnulibAdhemerval Zanella1-59/+24
2019-02-22Break some lines before not after operators.Joseph Myers1-7/+7
2019-01-31regex: fix read overrun [BZ #24114]Paul Eggert1-2/+4
2019-01-12Fix a few typos in commentsDmitry V. Levin1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-12-27regex: simplify Gnulib portPaul Eggert1-3/+3
2018-12-16regex: fix storage-exhaustion errorPaul Eggert1-0/+2
2018-12-16regex: fix heap-use-after-free errorAssaf Gordon1-0/+1
2018-10-14regex: __builtin_expect → __glibc_unlikelyPaul Eggert1-178/+185
2018-07-10regexec: Fix off-by-one bug in weight comparison [BZ #23036]Florian Weimer1-23/+20
2018-07-04posix: Sync gnulib regex implementationAdhemerval Zanella1-453/+483
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-12-22Avoid gcc warnings on cygwinEric Blake1-0/+2
2017-12-19regex: Fix spelling in comments.Arnold Robbins1-4/+4
2017-10-01Hide internal regex functions [BZ #18822]H.J. Lu1-0/+2
2017-08-31posix: Remove internal_function attributeFlorian Weimer1-137/+72
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-10-21Convert a few more function definitions to prototype style.Joseph Myers1-14/+9
2015-10-20Convert miscellaneous function definitions to prototype style.Joseph Myers1-2/+1
2015-10-20Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers1-43/+23
2015-06-09Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers1-2/+2
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-09-11Move findidx nested functions to top-level.Roland McGrath1-3/+5
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-05-16Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold1-0/+2
2013-02-12Fix buffer overrun in regexp matcherAndreas Schwab1-7/+9
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-11-30Fix access after end of search string in regex matcherAndreas Schwab1-1/+1
2011-05-28Fix unnecessary overallocation due to incomplete characterUlrich Drepper1-4/+6
2010-12-27Fix infloop on persistent failing calloc in regex.Jim Meyering1-0/+2
2010-05-05Fix lookup of collation sequence value during regexp matchingAndreas Schwab1-1/+1
2010-01-22regexec.c: avoid overflow in realloc buffer length computationPaul Eggert1-0/+4
2010-01-22regexec.c: avoid leaks on out-of-memory failure pathsPaul Eggert1-4/+15
2010-01-22regexec.c: avoid overflow in computing sum of lengthsPaul Eggert1-1/+1
2010-01-22re_search_internal: Avoid overflow in computing re_malloc buffer sizePaul Eggert1-0/+7
2010-01-22prune_impossible_nodes: Avoid overflow in computing re_malloc buffer sizePaul Eggert1-0/+5
2010-01-22regexec.c: avoid arithmetic overflow in buffer size calculationPaul Eggert1-0/+7