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

Builder curl-ares-solaris11-i386 Build #4825

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionff678be69a57ee9809adf37d759f8826507ffe0a
Got Revisionff678be69a57ee9809adf37d759f8826507ffe0a
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 33 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4825 Build
codebase Build
got_revision ff678be69a57ee9809adf37d759f8826507ffe0a Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ff678be69a57ee9809adf37d759f8826507ffe0a Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartFri Mar 27 16:31:08 2026
EndFri Mar 27 18:07:31 2026
Elapsed1 hrs, 36 mins, 23 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
  3. Change #262549

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

    Comments

    libssh: propagate error back in SFTP function
    The myssh_in_SFTP_READDIR_BOTTOM() function would not store the error
    code correctly thus it could be ignored and missed when an error was
    returned at that particular moment.
    
    Follow-up to 3c26e6a896247ccf872d3f1
    
    Found by Codex Security
    
    Closes #21122

    Changed files

    • lib/vssh/libssh.c