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

Builder curl-unthreaded-solaris10-i386 Build #16705

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 20 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-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16705 Build
codebase Build
got_revision 8071d7adc2ce8b29a49b8888aed1c346eaea4a3f Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8071d7adc2ce8b29a49b8888aed1c346eaea4a3f Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Martin Dukek

Timing:

StartSat Sep 5 07:26:08 2026
EndSat Sep 5 07:46:40 2026
Elapsed20 mins, 32 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