curl / Mailing Lists / curl-distros / Single Mail
Buy commercial curl support. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder Daniel himself.

Re: 8.11.1 curl eventfd regression

From: gromit via curl-distros <curl-distros_at_lists.haxx.se>
Date: Thu, 12 Dec 2024 16:35:35 +0100

On 24/12/12 04:25PM, Daniel Stenberg wrote:
> On Thu, 12 Dec 2024, gromit via curl-distros wrote:
>
> > I have recently reported an issue about crashes in curl that newly came
> > up with the 8.11.1 version:
> >
> > https://github.com/curl/curl/issues/15725
>
> I believe this bug was first shipped in 8.9.0 (commit 23fe1a52dc8a2ffd7)

Yeah you are right (of course :D), but at least for the autotools based
build system it never got compiled until the last release, hence the
the possible confusion.

92124838c ("socketpair: fix enabling USE_EVENTFD")

    $ git tag --contains 92124838c6b7e09e3f35ff84e1eb63cf0105c9b5 | cat
    curl-8_11_1


23fe1a52d ("socketpair: add eventfd and use SOCK_NONBLOCK for socketpair()")

    $ git tag --contains 23fe1a52d | cat
    curl-8_10_0
    curl-8_10_1
    curl-8_11_0
    curl-8_11_1
    curl-8_9_0
    curl-8_9_1

Cheers,
Chris


-- 
Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-distros
Etiquette:   https://curl.se/mail/etiquette.html
Received on 2024-12-12