Re: [PATCH]: regex: fix memory leak in multibyte character set regexes.

2018-08-01 Thread Paul Eggert
Thanks, I installed that into Gnulib.

Re: [PATCH]: regex: fix memory leak in multibyte character set regexes.

2018-08-01 Thread Assaf Gordon
Hello Paul and all, > Paul Eggert wrote: > We've now cut glibc 2.28 so I short-circuited all this by installing the fix > into glibc (for 2.29) and propagating the fix into Gnulib. Thanks again. Thanks for installing it. I found another leak, this time in dfa: pointer returned from 'dfamalloc()'

Re: [PATCH]: regex: fix memory leak in multibyte character set regexes.

2018-08-01 Thread Paul Eggert
Paul Eggert wrote: Thanks, could you please install into Gnulib after doing the following: * Comment out the lib/regcomp.c in config/srclist.txt. * File a glibc bug report about this. We're cutting a new glibc release now and this will have to wait until after the dust has settled down. * Pu

Re: [PATCH]: regex: fix memory leak in multibyte character set regexes.

2018-07-31 Thread Paul Eggert
Thanks, could you please install into Gnulib after doing the following: * Comment out the lib/regcomp.c in config/srclist.txt. * File a glibc bug report about this. We're cutting a new glibc release now and this will have to wait until after the dust has settled down. * Put the glibc bug repo

[PATCH]: regex: fix memory leak in multibyte character set regexes.

2018-07-31 Thread Assaf Gordon
nux-gnu/libc.so.6+0x202e0) == I think the attached patch fixes the issue. Comments welcomed. -assaf >From b1c219384e22fa97ee6fbad7f831b2e18c54 Mon Sep 17 00:00:00 2001 From: Assaf Gordon Date: Tue, 31 Jul 2018 12:18:26 -0600 Subject: [PATCH] regex: