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

Builder curl-unthreaded-solaris10-sparc Build #13845

Build In Progress:

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision38ee35353c1db18343817aa62ffb98aa966fd12a
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13845 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 38ee35353c1db18343817aa62ffb98aa966fd12a Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartWed Mar 4 12:59:37 2026
Elapsed6 hrs, 49 mins, 8 secs

All Changes:

:

  1. Change #259787

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 03 Mar 2026 22:14:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7577ed7e86844c1783892fa5fa6da7bd02284074

    Comments

    schannel: fix UAF in client cert store thumbprint handling
    Follow-up to 10bb489b22d1777f2984aa5
    
    Found by Codex Security
    Closes #20801

    Changed files

    • lib/vtls/schannel.c
  2. Change #259799

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 03 Mar 2026 22:54:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3d4a7012333b81c5aa3cb98254601e0d70d946f1

    Comments

    config2setopts: restore proper ignoring of CAINFO BLOB option errors
    A regression from refactors
    
    Spotted by Codex Security
    
    Closes #20799

    Changed files

    • src/config2setopts.c
  3. Change #259806

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 03 Mar 2026 23:14:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ad58e07b5433bb548055c1c73b16b6783cf64fa8

    Comments

    curl.h: remove CURLPROTO_MQTTS from the public header
    - the value collided with the internal one used for WebSocket
    - we add all new ones as internal bits
    - bump to 64-bit internal type
    - introduce new define for setting all protocols (CURLPROTO_64ALL)
    
    Reported by Codex Security
    
    Closes #20798

    Changed files

    • docs/libcurl/opts/CURLOPT_PROTOCOLS.md
    • docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.md
    • docs/libcurl/symbols-in-versions
    • include/curl/curl.h
    • lib/setopt.c
    • lib/url.c
    • lib/urldata.h
  4. Change #259807

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 03 Mar 2026 23:16:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7079f1d39c162747f60c3818f5a80c8edf35fa9d

    Comments

    usercertinmem: use the correct cert BIO
    PEM_read_bio_PrivateKey() is called with the wrong BIO, so the private
    key is not loaded.
    
    Follow-up to 8494012196474ee0541
    
    Pointed out by Codex Security
    Closes #20800

    Changed files

    • docs/examples/usercertinmem.c
  5. Change #259852

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 04 Mar 2026 12:37:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 38ee35353c1db18343817aa62ffb98aa966fd12a

    Comments

    examples: improve OpenSSL certificate examples
    - add/fix/synchronize error messages and comments.
    - consistently return error from the callback on failure.
    - fix potential leaks on OpenSSL API failures.
    - fix to not pass the nul-terminator to BIO read.
    - scope a variable.
    - sync code/formatting between the two examples.
    
    Closes #20807

    Changed files

    • docs/examples/cacertinmem.c
    • docs/examples/usercertinmem.c