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

Builder curl-threaded-solaris11-i386 Build #4804

Build In Progress:

ETA: 22:04:29 [51 mins, 30 secs]

Runtest

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 4804 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-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Harry Sintonen

Timing:

StartSat Mar 21 19:28:35 2026
Elapsed1 hrs, 44 mins, 23 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