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

Builder curl-threaded-solaris11-sparc Build #5497

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision708b3f8b4e56aa6e8423e805b362bfc15389846c
Got Revision708b3f8b4e56aa6e8423e805b362bfc15389846c
Changes4 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartFri Mar 20 18:48:24 2026
EndFri Mar 20 20:16:51 2026
Elapsed1 hrs, 28 mins, 26 secs

All Changes:

:

  1. Change #261773

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 20 Mar 2026 17:23:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 07c10f09a51379b772beeacc14606ae5cf0e0d10

    Comments

    tool_operhlp: fix `add_file_name_to_url()` result on OOM
    Return `CURLE_OUT_OF_MEMORY` instead of `CURLE_URL_MALFORMAT` when
    `curl_url()`, `curl_easy_escape()`, or `curl_maprintf()` calls failed.
    
    Found by Codex Security
    
    Also reuse deinit code from a success branch.
    
    Closes #21011

    Changed files

    • src/tool_operhlp.c
  2. Change #261774

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 17:24:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f2ba8f061363ac0f1c1aec71c25c2ffeb9dbefc5

    Comments

    protcol.h: fix the CURLPROTO_MASK
    It had an 'f' too few. Also provide CURLPROTO_WS* unconditionally
    internally, so that code can depend on them in all builds.
    
    Follow-up to cd5ca80f00d2d9f0fe7
    
    Spotted by Codex Security
    
    Test case 3219 added to catch this next time.
    
    Closes #21031

    Changed files

    • lib/protocol.h
    • tests/data/Makefile.am
    • tests/data/test3219
    • tests/unit/Makefile.inc
    • tests/unit/unit3219.c
  3. Change #261779

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 17:46:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1eb9096897b31423bf2d11bf4c263530df4e8ec7

    Comments

    transfer: enable custom methods again on next transfer
    `http_ignorecustom` is set on redirect handling but was not reset
    between transfers, so once a redirect occurs in the new follow modes,
    custom request methods were ignored for later transfers on the same
    handle.
    
    Follow-up to fb13923dd67d5196c47e8d
    
    Detected by Codex Security
    
    Closes #21037

    Changed files

    • lib/transfer.c
  4. Change #261780

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 20 Mar 2026 17:48:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 708b3f8b4e56aa6e8423e805b362bfc15389846c

    Comments

    wolfssl: fix handling of abrupt connection close
    A closed connection without TLS notify shutdowns, has been reported as a
    correct EOF instead of an error. Fix the error handling in wolfSSL
    backend receive handling.
    
    Spotted by Codex Security
    
    Closes #21002

    Changed files

    • lib/vtls/wolfssl.c