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

Builder curl-ares-solaris11-sparc Build #6032

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 6032 Build
codebase Build
got_revision 8d3c4fe344d982c052917f20084c14001c3b9156 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8d3c4fe344d982c052917f20084c14001c3b9156 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSat Jun 13 23:30:00 2026
EndSun Jun 14 00:24:09 2026
Elapsed54 mins, 9 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