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

Builder curl-ares-solaris10-i386 Build #4447

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4447 Build
codebase Build
got_revision 8d3c4fe344d982c052917f20084c14001c3b9156 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8d3c4fe344d982c052917f20084c14001c3b9156 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. Daniel Stenberg

Timing:

StartSat Jun 13 23:29:50 2026
EndSat Jun 13 23:34:05 2026
Elapsed4 mins, 14 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