bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH 1/3] posix: Remove alloca usage on regex set_regs


From: Paul Eggert
Subject: Re: [PATCH 1/3] posix: Remove alloca usage on regex set_regs
Date: Fri, 8 Jan 2021 19:54:39 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.5.0

On 1/8/21 5:24 PM, Darshit Shah wrote:

/home/rincewind/Programming/wget/lib/regexec.c:1444: undefined reference
to `regmatch_list_free'

Oof, it's because Gnulib's replacement of 'free' with 'rpl_free' caused the function definition to be named 'regmatch_list_rpl_free'.

Thanks for reporting it. I installed the attached hack into Gnulib to work around the problem. This should work with glibc as well.

Attachment: 0001-dynarray-work-even-if-free-is-replaced.patch
Description: Text Data


reply via email to

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