Skip to content

pr-402/dscho/pcre2-chartables-leakfix-v2

As I had stated several times, I was really unhappy how the original fix
harped on nedmalloc and totally ignored runtime-configured custom
allocators.

So this is, at long last, my attempt to give this a new life. It is based
off of maint and needs trivial merge conflict resolutions relative to master
.

Changes since v1:

 * I managed to mess up the authorship of 3/3. Sorry for that. I fixed it,
   so that Carlo is shown as author again.

Carlo Marcelo Arenas Belón (3):
  grep: make PCRE1 aware of custom allocator
  grep: make PCRE2 aware of custom allocator
  grep: avoid leak of chartables in PCRE2

 builtin/grep.c |  1 +
 grep.c         | 47 ++++++++++++++++++++++++++++++++++++++++++++---
 grep.h         |  2 ++
 3 files changed, 47 insertions(+), 3 deletions(-)

base-commit: 51cf315870bbb7254ddf06c84fe03b41bc48eebd

Submitted-As: https://public-inbox.org/git/pull.402.v2.git.1571227824.gitgitgadget@gmail.com
In-Reply-To: https://public-inbox.org/git/pull.402.git.1571227613.gitgitgadget@gmail.com
Assets 2