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

Builder curl-unthreaded-solaris11-i386 Build #4977

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 49 mins, 51 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4977 Build
codebase Build
got_revision 961a13e366eaafc0d1828bc933abc78805f4b8ea Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 961a13e366eaafc0d1828bc933abc78805f4b8ea Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Apr 23 23:10:45 2026
EndFri Apr 24 00:52:27 2026
Elapsed1 hrs, 41 mins, 42 secs

All Changes:

:

  1. Change #265298

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 23 Apr 2026 22:58:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 961a13e366eaafc0d1828bc933abc78805f4b8ea

    Comments

    rustls: fix memory leak on repeated SSLKEYLOGFILE fails
    Before this fix, Curl_tls_keylog_open() assigned the environment
    variable result to a global keylog_file_name without freeing any prior
    allocation. If the file cannot be opened (e.g., permission error)
    keylog_file_fp stays NULL, so subsequent calls to Curl_tls_keylog_open
    will overwrite keylog_file_name and leak the previous allocation.
    
    Spotted by Codex Security
    
    Closes #21427

    Changed files

    • lib/vtls/keylog.c