Home | History | Annotate | Download | only in regex
History log of /src/tests/lib/libc/regex/t_exhaust.c
RevisionDateAuthorComments
 1.14  09-Jun-2021  christos remove the kill in the trace code.
 1.13  09-Jun-2021  christos remove not required include files
 1.12  09-Jun-2021  christos 1. Preallocate the patterns so that out of memory conditions don't happen
during their allocation, which the test cannot handle properly.
2. Enable building the test without atf so that we can easily debug with
atf memory allocations interfering
3. Add memory tracing (disabled)
 1.11  07-Jun-2021  christos Add more information for the malloc failure.
 1.10  09-Jul-2019  gson Update require.memory to match the increased rlimit.
 1.9  16-Mar-2019  christos PR/54061: Bump memory for jemalloc (a lot).
 1.8  14-Jan-2017  christos branches: 1.8.14;
PR/51832: Ngie Cooper:
- limit memory to 64M
- error msg fixes
- includes fixes
 1.7  16-Nov-2011  christos branches: 1.7.22;
this works with much less memory too.
 1.6  16-Nov-2011  christos add require.memory=500M
 1.5  09-Nov-2011  christos add a large timeout for libtre
 1.4  06-Nov-2011  christos - Print the symbolic error using regerror, as well as the pattern that caused
it.
- Add the ability to set the number of repetitions in the pattern from
cpp since TRE handles things poorly:
- It runs the machine out of memory with rep=9 (we use rep=9999)
- It truncates the pattern with rep=9999
 1.3  04-Nov-2011  christos stylistic improvements.
 1.2  21-Oct-2011  christos branches: 1.2.2;
simplify.
 1.1  09-Oct-2011  christos Add a test to check for DoS attacks against regcomp/regexec. From
Maksymilian Arciemowicz.
 1.2.2.2  17-Apr-2012  yamt sync with head
 1.2.2.1  10-Nov-2011  yamt sync with head
 1.7.22.1  20-Mar-2017  pgoyette Sync with HEAD
 1.8.14.2  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.8.14.1  10-Jun-2019  christos Sync with HEAD

RSS XML Feed