Re: [bug #61763] [PATCH] glob: Do not use realloc wrapper on FreeBSD

2023-01-02 Thread Paul Smith
On Mon, 2023-01-02 at 10:47 -0500, Dmitry Goncharov wrote: > On Mon, Jan 2, 2023 at 9:50 AM Paul D. Smith > wrote: > > I decided to own this glob implementation > > Paul, do you mean that you decided to maintain glob impl in make? > If yes, do you still want to link against glibc impl, when avail

Re: [bug #61763] [PATCH] glob: Do not use realloc wrapper on FreeBSD

2023-01-02 Thread Dmitry Goncharov
On Mon, Jan 2, 2023 at 9:50 AM Paul D. Smith wrote: > I decided to own this glob implementation Paul, do you mean that you decided to maintain glob impl in make? If yes, do you still want to link against glibc impl, when available? regards, Dmitry

[bug #61763] [PATCH] glob: Do not use realloc wrapper on FreeBSD

2023-01-02 Thread Paul D. Smith
Update of bug #61763 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Component Version:

[bug #61763] [PATCH] glob: Do not use realloc wrapper on FreeBSD

2022-01-17 Thread Paul D. Smith
Follow-up Comment #1, bug #61763 (project make): Unfortunately the glob.c that comes from GNU make was copied from gnulib and isn't really maintained by GNU make. Doubly-unfortunately the glob.c that now appears in the current gnulib is massively different AND cannot be used in any environment th

[bug #61763] [PATCH] glob: Do not use realloc wrapper on FreeBSD

2022-01-04 Thread Jessica Clarke
URL: Summary: [PATCH] glob: Do not use realloc wrapper on FreeBSD Project: make Submitted by: jrtc27 Submitted on: Tue 04 Jan 2022 03:44:02 PM UTC Severity: 3 - Normal I