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

Builder curl-unthreaded-solaris11-i386 Build #4789

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Harry Sintonen

Timing:

StartSat Mar 21 19:07:10 2026
EndSat Mar 21 21:09:06 2026
Elapsed2 hrs, 1 mins, 56 secs

All Changes:

:

  1. Change #261913

    Category curl
    Changed by Harry Sintonen <sintonenohnoyoudont@iki.fi>
    Changed at Sat 21 Mar 2026 18:54:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e2186933c12f86abffcc86f9c65c74fa35da0c52

    Comments

    tool: add check for curlinfo->age when determining if ssh backend is libssh2
    The code failed to check for the version, and could thus read memory
    past the existing curl_version_info_data structure. This could lead to a
    crash.
    
    Closes #21050

    Changed files

    • src/tool_libinfo.c