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

Builder curl-unthreaded-solaris11-sparc Build #5544

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartFri Mar 27 16:33:47 2026
EndFri Mar 27 17:23:36 2026
Elapsed49 mins, 48 secs

All Changes:

:

  1. 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