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

Builder curl-threaded-solaris11-sparc Build #5587

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 44 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 5587 Build
codebase Build
got_revision d888a53e14597f0fd252f14d8595b1e9adb7bcf5 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d888a53e14597f0fd252f14d8595b1e9adb7bcf5 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:

StartThu Apr 2 10:04:58 2026
EndThu Apr 2 10:30:36 2026
Elapsed25 mins, 37 secs

All Changes:

:

  1. Change #263262

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 02 Apr 2026 09:55:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d888a53e14597f0fd252f14d8595b1e9adb7bcf5

    Comments

    libssh: path length precaution
    Make sure the string is non-zero before indexing it -1. Right now, the
    path is always non-zero length so this is more for (future) safety
    reasons.
    
    Closes #21193

    Changed files

    • lib/vssh/libssh.c