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

Builder curl-unthreaded-solaris11-sparc Build #6136

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 19 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-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 6136 Build
codebase Build
got_revision 112a8b5adf36c17e7816a8db701b3e7a22958e52 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 112a8b5adf36c17e7816a8db701b3e7a22958e52 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Jul 29 14:30:30 2026
EndWed Jul 29 15:34:24 2026
Elapsed1 hrs, 3 mins, 54 secs

All Changes:

:

  1. Change #276440

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 29 Jul 2026 14:38:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 112a8b5adf36c17e7816a8db701b3e7a22958e52

    Comments

    src: safely clear certain buffers
    That may hold credentials or other sensitive data, or where we want to
    ensure the zeroing is not optimized out by the compiler.
    
    Credits-to: Daniel Gustafsson
    Ref: #13589 (original attempt)
    Ref: #21588
    
    Follow-up to #21645
    Follow-up to 066478f6346a2d987a9ecc3bd3bf45764d69c1c4 #21598
    
    Closes #21637

    Changed files

    • lib/creds.c
    • lib/creds.h
    • lib/curl_share.c
    • lib/curl_sspi.c
    • lib/imap.c
    • lib/mqtt.c
    • lib/multi.c
    • lib/setopt.c
    • lib/url.c
    • lib/urlapi.c
    • src/tool_cfgable.c