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

Builder curl-ares-solaris10-sparc Build #3753

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 22 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 25 mins, 3 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3753 Build
codebase Build
got_revision 8071d7adc2ce8b29a49b8888aed1c346eaea4a3f Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8071d7adc2ce8b29a49b8888aed1c346eaea4a3f Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Martin Dukek

Timing:

StartSat Sep 5 14:21:43 2026
EndSat Sep 5 22:49:02 2026
Elapsed8 hrs, 27 mins, 18 secs

All Changes:

:

  1. Change #280762

    Category curl
    Changed by Martin Dukek <qf190ohnoyoudont@fzi.de>
    Changed at Sat 05 Sep 2026 08:44:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8071d7adc2ce8b29a49b8888aed1c346eaea4a3f

    Comments

    schannel: clear borrowed sslContext on close
    The current Negotiate and NTLM consumers were traced, and no reachable
    post-free dereference was found.
    
    The pointer is still left dangling after Schannel teardown, so clear it
    when the context is destroyed.
    
    Closes https://github.com/curl/curl/pull/22720

    Changed files

    • lib/vtls/schannel.c