bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Assaf Gordon
Subject: Re: [PATCH]: regex: fix memory leak in multibyte character set regexes.
Date: Wed, 1 Aug 2018 22:20:30 -0600
User-agent: NeoMutt/20170113 (1.7.2)

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()' should be dfafree'd + free'd.
A free() call is missing in one instance.

Patch attached, comments welcomed.
 - assaf

Attachment: 0001-dfa-fix-memory-leak.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]