about summary refs log tree commit diff
path: root/posix/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* posix: Suppress -Os may be used uninitialized warnings on regexecAdhemerval Zanella Netto2022-10-051-0/+6
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* regex: fix buffer read overrun in search [BZ#28470]Paul Eggert2021-11-241-4/+3
* regex: copy back from GnulibPaul Eggert2021-09-211-44/+57
* regexec: remove alloca usage in build_trtableAdhemerval Zanella2021-02-091-62/+13
* regex: remove alloca usage on regex set_regsAdhemerval Zanella2021-02-091-22/+18
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Fix array bounds violation in regex matcher (bug 25149)Andreas Schwab2019-11-111-2/+5
* posix: Sync regex with gnulibAdhemerval Zanella2019-11-061-59/+24
* Break some lines before not after operators.Joseph Myers2019-02-221-7/+7
* regex: fix read overrun [BZ #24114]Paul Eggert2019-01-311-2/+4
* Fix a few typos in commentsDmitry V. Levin2019-01-121-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* regex: simplify Gnulib portPaul Eggert2018-12-271-3/+3
* regex: fix storage-exhaustion errorPaul Eggert2018-12-161-0/+2
* regex: fix heap-use-after-free errorAssaf Gordon2018-12-161-0/+1
* regex: __builtin_expect → __glibc_unlikelyPaul Eggert2018-10-141-178/+185
* regexec: Fix off-by-one bug in weight comparison [BZ #23036]Florian Weimer2018-07-101-23/+20
* posix: Sync gnulib regex implementationAdhemerval Zanella2018-07-041-453/+483
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Avoid gcc warnings on cygwinEric Blake2017-12-221-0/+2
* regex: Fix spelling in comments.Arnold Robbins2017-12-191-4/+4
* Hide internal regex functions [BZ #18822]H.J. Lu2017-10-011-0/+2
* posix: Remove internal_function attributeFlorian Weimer2017-08-311-137/+72
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Convert a few more function definitions to prototype style.Joseph Myers2015-10-211-14/+9
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-201-2/+1
* Convert 113 more function definitions to prototype style (files with assertio...Joseph Myers2015-10-201-43/+23
* Fix regcomp wcscoll, wcscmp namespace (bug 18497).Joseph Myers2015-06-091-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Move findidx nested functions to top-level.Roland McGrath2014-09-111-3/+5
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-161-0/+2
* Fix buffer overrun in regexp matcherAndreas Schwab2013-02-121-7/+9
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Fix access after end of search string in regex matcherAndreas Schwab2011-11-301-1/+1
* Fix unnecessary overallocation due to incomplete characterUlrich Drepper2011-05-281-4/+6
* Fix infloop on persistent failing calloc in regex.Jim Meyering2010-12-271-0/+2
* Fix lookup of collation sequence value during regexp matchingAndreas Schwab2010-05-051-1/+1
* regexec.c: avoid overflow in realloc buffer length computationPaul Eggert2010-01-221-0/+4
* regexec.c: avoid leaks on out-of-memory failure pathsPaul Eggert2010-01-221-4/+15
* regexec.c: avoid overflow in computing sum of lengthsPaul Eggert2010-01-221-1/+1
* re_search_internal: Avoid overflow in computing re_malloc buffer sizePaul Eggert2010-01-221-0/+7
* prune_impossible_nodes: Avoid overflow in computing re_malloc buffer sizePaul Eggert2010-01-221-0/+5
* regexec.c: avoid arithmetic overflow in buffer size calculationPaul Eggert2010-01-221-0/+7