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

Builder curl-threaded-solaris11-sparc Build #5547

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision86b39c2226d7114c7720230b5662aa352e1e631f
Got Revision86b39c2226d7114c7720230b5662aa352e1e631f
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartFri Mar 27 16:07:13 2026
EndFri Mar 27 16:57:11 2026
Elapsed49 mins, 58 secs

All Changes:

:

  1. Change #262546

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 27 Mar 2026 15:54:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 28fbf4a87d81107ef548137b75b4f7ef01c4a75c

    Comments

    multi: fix connection retry for non-http
    non-HTTP protocols no longer retry after connection reuse failures
    because multi_follow() now requires a handler->follow callback that is
    NULL for those protocols. Provide a fallback for plain retries.
    
    Follow-up to 1213c312722f93b7856d2
    
    Spotted by Codex Security
    
    Closes #21121

    Changed files

    • lib/multi.c
  2. Change #262547

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 27 Mar 2026 15:56:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 86b39c2226d7114c7720230b5662aa352e1e631f

    Comments

    transfer: clear the URL pointer in OOM to avoid UAF
    Since the pointer can be extracted with CURLINFO_EFFECTIVE_URL later it
    must not linger pointing to freed memory.
    
    Found by Codex Security
    
    Closes #21123

    Changed files

    • lib/transfer.c