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

Builder curl-threaded-solaris10-sparc Build #3230

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3230 Build
codebase Build
got_revision 121c54016869622729131fe36d111f52cb1fac89 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 121c54016869622729131fe36d111f52cb1fac89 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. Viktor Szakats

Timing:

StartMon Dec 8 10:45:03 2025
EndMon Dec 8 11:37:33 2025
Elapsed52 mins, 29 secs

All Changes:

:

  1. Change #251344

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 08 Dec 2025 10:27:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 121c54016869622729131fe36d111f52cb1fac89

    Comments

    sspi: fix memory leaks on error paths in `Curl_create_sspi_identity()`
    Detected by Windows torture test 1072 (with `-shallow=20/13`),
    test 579 (with `-shallow=18/14/13`), and test 1286 (with `-shallow=15`).
    
    ```
    ** MEMORY FAILURE
    Leak detected: memory still allocated: 20 bytes
    At 1a1e8136328, there is 18 bytes.
     allocated by D:/a/curl/curl/lib/curl_sspi.c:133
    At 1a1e8139368, there is 2 bytes.
     allocated by D:/a/curl/curl/lib/curl_sspi.c:143
     1072: torture FAILED: function number 207 in test.
     invoke with "-t207" to repeat this single case.
    Warning: http2 server unexpectedly alive
    ```
    Ref: https://github.com/curl/curl/actions/runs/20008523913/job/57374427439?pr=19865
    
    Also simplify the code a little.
    
    Cherry-picked from #19865
    Closes #19866

    Changed files

    • lib/curl_sspi.c