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

Builder curl-ares-solaris10-sparc Build #2972

Build In Progress:

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision00cb679c04ef9e0f30bd99c9dcc58c1e1928c01a
Changes14 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2972 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 00cb679c04ef9e0f30bd99c9dcc58c1e1928c01a Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Jochen Sprickerhof
  3. Viktor Szakats
  4. Yedaya Katsman

Timing:

StartSun Oct 19 23:59:03 2025
Elapsed5 hrs, 19 mins, 31 secs

All Changes:

:

  1. Change #246114

    Category curl
    Changed by Jochen Sprickerhof <gitohnoyoudont@jochen.sprickerhof.de>
    Changed at Sun 19 Oct 2025 13:12:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f03e7c1d645823db285e483ba2e3dde633d38dde

    Comments

    openldap: fix limit max incoming size test logic
    Use LDAP_OPT_SUCCESS for ldap_get_option, as done in the other calls.
    ber_sockbuf_ctrl returns 1 on success so reverse the logic.
    
    Follow-up to f91be14bfb
    Closes #19138

    Changed files

    • lib/openldap.c
  2. Change #246115

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 13:13:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8d302ec93647ec7a57fdf8a6a1d2f7ac2af07fac

    Comments

    socks: avoid UAF risk in error path
    The code obtained a pointer resp via Curl_bufq_peek(), but called
    Curl_bufq_skip() before it would access them in the failf() call.
    
    The Curl_bufq_skip() call can trigger prune_head which may free or
    recycle the chunk that resp points into.
    
    Pointed out by ZeroPath
    Closes #19139

    Changed files

    • lib/socks.c
  3. Change #246116

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 19 Oct 2025 13:16:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f6334f379d7f8885ae0d212b4d0168388b314037

    Comments

    examples: replace casts with `curl_off_t` printf masks
    Follow-up to e4ec666a3d742202c06e76a97934f97f2bc7588c #19112
    
    Closes #19133

    Changed files

    • docs/examples/chkspeed.c
    • docs/examples/fileupload.c
    • docs/examples/ftpupload.c
    • docs/examples/progressfunc.c
    • docs/examples/sftpuploadresume.c
  4. Change #246119

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 13:17:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fffc16dd9c4ad063ecee2ac073266120b203e136

    Comments

    smtp: return value ignored
    Return value from Curl_client_write was overwritten by
    smtp_perform_command making errors ignored.
    
    Pointed out by ZeroPath
    
    Closes #19136

    Changed files

    • lib/smtp.c
  5. Change #246121

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 19 Oct 2025 13:46:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 026498df4349f779d70241fe628e64af3959d98c

    Comments

    mod_curltest: tidy-ups and small fixes
    - honor request id (`id=<number>`) in `curltest/put` and
      `curltest/sslinfo` handlers.
    - do not truncate `max_upload` input parameter.
    - delete unused variables.
    - formatting.
    
    Inspired by Joshua's report on tests.
    
    Closes #19061

    Changed files

    • tests/http/testenv/mod_curltest/mod_curltest.c
  6. Change #246124

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 14:28:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 990a23bb97915567415d5857ee6d862a1528f1af

    Comments

    libssh: return the proper error for readdir problems
    The code would return without setting sshc->actualcode or returning the
    CURLcode error.
    
    Reported by ZeroPath
    Closes #19135

    Changed files

    • lib/vssh/libssh.c
  7. Change #246145

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 16:25:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 769ccb4d4261a75c8a4236fbe7dc3e27956db1c9

    Comments

    curl_get_line: enhance the API
    To make sure callers can properly differentiate between errors and know
    cleanly when EOF happens. Updated all users and unit test 3200.
    
    Triggered by a remark by ZeroPath
    
    Closes #19140

    Changed files

    • lib/altsvc.c
    • lib/cookie.c
    • lib/curl_get_line.c
    • lib/curl_get_line.h
    • lib/hsts.c
    • lib/netrc.c
    • tests/unit/unit3200.c
  8. Change #246146

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 16:26:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 976333dd4052855c22369e89e60a80a9cf925161

    Comments

    curl_path: make sure just whitespace is illegal
    This function could previously accidentally return true and a NULL path
    if only whitespace was provided as argument.
    
    Also, make it stricter and do not allow CR or LF within the string.
    
    Use more strparse parsing.
    
    Drop the comment saying this is from OpenSSH as it has now been
    rewritten since then.
    
    Closes #19141

    Changed files

    • lib/vssh/curl_path.c
    • tests/unit/unit2604.c
  9. Change #246156

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 19 Oct 2025 23:00:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d8a7aad061f96efa0ea93a01845fb66abc256280

    Comments

    GHA/windows: drop `git config core.autocrlf input` steps
    CI works without it now. For an inexplicable reason, this single `git`
    command took 9 seconds per job, making this patch save more than
    2 minutes per workflow run. It was also the only step using PowerShell.
    
    Closes #19150

    Changed files

    • .github/workflows/windows.yml
  10. Change #246159

    Category curl
    Changed by Yedaya Katsman <yedaya.kaohnoyoudont@gmail.com>
    Changed at Sun 19 Oct 2025 23:42:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 55e0526566f9ea452dec6e443bcd3c358b76b977

    Comments

    openssl: fix unable do typo in failf() calls
    Closes #19149

    Changed files

    • lib/vtls/openssl.c
  11. Change #246160

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 23:45:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7f19fa98199f967bda2ddb1da1d889c6eafcc14b

    Comments

    lib: add asserts that hostname has content
    For all network related protocols there must be a non-blank hostname
    used. This change adds a few asserts in some places to make debug/tests
    catch mistakes if any such would slip in.
    
    Closes #19146

    Changed files

    • lib/doh.c
    • lib/hostip.c
    • lib/socks.c
  12. Change #246167

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 23:47:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4c636b2dc1fb94e554f8885e595888a20cca11fc

    Comments

    tool_operate: return error on strdup() failure
    In src/tool_operate.c inside the Windows safe-search branch (#ifdef
    CURL_CA_SEARCH_SAFE), the code assigns config->cacert = strdup(cacert);
    at line 2076 without checking whether strdup returned NULL.
    
    This would allow the code to continue with the wrong value set, causing
    possible confusion.
    
    Pointed out by ZeroPath
    Closes #19145

    Changed files

    • src/tool_operate.c
  13. Change #246168

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 23:47:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d3b2ba92c7ed587d48afd1bbc58de19eab6645bf

    Comments

    rustls: exit on error
    In init_config_builder_verifier() the call to
    rustls_root_cert_store_builder_build() set result on failure but did not
    return.
    
    Pointed out by ZeroPath
    Closes #19125

    Changed files

    • lib/vtls/rustls.c
  14. Change #246169

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 23:48:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 00cb679c04ef9e0f30bd99c9dcc58c1e1928c01a

    Comments

    openssl: remove dead code
    A condition in infof_certstack() would always equal true after a
    previous change.
    
    Follow-up to e2a4de8a607d3c7f52918ef50ab6411c75
    
    Pointed out by Coverity
    Closes #19142

    Changed files

    • lib/vtls/openssl.c