Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-ares-solaris11-sparc Build #5857

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona0f08d6975d00c3ea04e1bd2fcf60dad446266ec
Got Revisiona0f08d6975d00c3ea04e1bd2fcf60dad446266ec
Changes1 change

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 0 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 46 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5857 Build
codebase Build
got_revision a0f08d6975d00c3ea04e1bd2fcf60dad446266ec Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a0f08d6975d00c3ea04e1bd2fcf60dad446266ec Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartSun May 17 00:23:27 2026
EndSun May 17 01:13:28 2026
Elapsed50 mins, 0 secs

All Changes:

:

  1. Change #267453

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sun 17 May 2026 00:14:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a0f08d6975d00c3ea04e1bd2fcf60dad446266ec

    Comments

    cf-h2-prox: fix peer leak
    The unlinking of the new Curl_peer was happening too later after
    the struct had been set to zero. Move the unlink to happen before
    that.
    
    Fixes #21602
    Reported-by: Joshua Rogers
    Closes #21627

    Changed files

    • lib/cf-h2-proxy.c