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

Builder curl-ares-solaris11-i386 Build #4244

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4244 Build
codebase Build
got_revision 121c54016869622729131fe36d111f52cb1fac89 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 121c54016869622729131fe36d111f52cb1fac89 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Dec 8 10:38:16 2025
EndMon Dec 8 10:43:18 2025
Elapsed5 mins, 2 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