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

Builder curl-ares-solaris11-i386 Build #4786

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 11 mins, 2 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4786 Build
codebase Build
got_revision 708b3f8b4e56aa6e8423e805b362bfc15389846c Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 708b3f8b4e56aa6e8423e805b362bfc15389846c 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. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartFri Mar 20 19:32:16 2026
EndFri Mar 20 23:00:57 2026
Elapsed3 hrs, 28 mins, 41 secs

All Changes:

:

  1. Change #261760

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 16:00:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6d1d50d65ddb4b111a56c16fe6a32ab6d71b98be

    Comments

    protocol: use scheme names lowercase
    When composing the <scheme>_proxy environment variable, we assume the
    handler->scheme name is already lowercase.
    
    This makes unit test 1627 verify that is the case.
    
    Follow-up to c294f9cb564a2d550826cd5
    
    Spotted by Codex Security
    
    Closes #21033

    Changed files

    • lib/protocol.c
    • tests/unit/unit1627.c
  2. Change #261767

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 16:55:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 73a528834400e9ebfb20289edf79d1b0f749ec0d

    Comments

    unit1627.c: remove a newline

    Changed files

    • tests/unit/unit1627.c
  3. Change #261768

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 16:56:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b9e179e4e529f64ef40ebb3999e43d89d6f96b1a

    Comments

    urldata: make speeder_c uint32
    This counter is meant to virtually never wrap.
    
    Follow-up to e3691612ea1
    
    Spotted by Codex Security
    
    Closes #21036

    Changed files

    • lib/urldata.h
  4. 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
  5. 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
  6. 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
  7. 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