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

Builder curl-ares-solaris10-i386 Build #4489

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 7 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4489 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 8071d7adc2ce8b29a49b8888aed1c346eaea4a3f Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Martin Dukek

Timing:

StartSat Sep 5 07:26:21 2026
EndSat Sep 5 07:46:50 2026
Elapsed20 mins, 28 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