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

Builder curl-threaded-solaris10-sparc Build #3679

Build In Progress:

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3679 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 8d3c4fe344d982c052917f20084c14001c3b9156 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSun Jun 14 01:55:12 2026
Elapsed2 hrs, 39 mins, 3 secs

All Changes:

:

  1. Change #270838

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 13 Jun 2026 23:18:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8d3c4fe344d982c052917f20084c14001c3b9156

    Comments

    sspi: free libcurl allocated memory with curlx_free
    DecryptMessage() decrypts the buffer in place, overwriting the original
    contents. It does not allocate any new buffer so the single original
    buffer should be freed using the same memory "system" that allocated it.
    
    Reported-by: Trail of Bits
    Closes #21990

    Changed files

    • lib/socks_sspi.c
    • lib/vauth/krb5_sspi.c