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

Builder curl-ares-solaris11-i386 Build #4915

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 21 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 4915 Build
codebase Build
got_revision 3e40ccb87581b0f6180fbd9c1eef9c50f270c806 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3e40ccb87581b0f6180fbd9c1eef9c50f270c806 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:

StartSat Apr 11 17:04:56 2026
EndSat Apr 11 17:09:34 2026
Elapsed4 mins, 37 secs

All Changes:

:

  1. Change #264217

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 11 Apr 2026 16:56:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3e40ccb87581b0f6180fbd9c1eef9c50f270c806

    Comments

    getinfo: repair CURLINFO_TLS_SESSION
    This should return a SSL_CTX pointer but it was accidentally broken.
    
    Verify with test 1587
    
    Follow-up to 2db8ae480fdcae7f005
    
    Spotted by Codex Security
    
    Closes #21290

    Changed files

    • lib/cfilters.c
    • lib/cfilters.h
    • lib/getinfo.c
    • tests/data/Makefile.am
    • tests/data/test1587
    • tests/libtest/Makefile.inc
    • tests/libtest/lib1587.c