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

Builder curl-ares-solaris10-i386 Build #4247

Results:

Exception runtest mail result

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionec3f198ef01dcb41ca281e85b57d34d9c43065b2
Got Revisionec3f198ef01dcb41ca281e85b57d34d9c43065b2
Changes17 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 49 mins, 40 secs )
    1. stdio
    2. resultlog
  3. Mail result Mail result exception ( 0 secs )
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4247 Build
codebase Build
got_revision ec3f198ef01dcb41ca281e85b57d34d9c43065b2 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ec3f198ef01dcb41ca281e85b57d34d9c43065b2 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Martin Dürrmeier
  3. Stefan Eissing
  4. Viktor Szakats

Timing:

StartMon Mar 16 18:19:51 2026
EndTue Mar 17 09:03:19 2026
Elapsed14 hrs, 43 mins, 28 secs

All Changes:

:

  1. Change #261134

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 16 Mar 2026 08:39:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision eb14705280fda9344dca8c7ee912d08fafecc9fe

    Comments

    protocol source, all about protocols and uri schemes
    Add protocol.h and protocol.c containing all about libcurl's
    known URI schemes and their protocol handlers (so they exist).
    
    Moves the scheme definitions from the various sources files into
    protocol.c. Schemes are known and used, even of the protocol
    handler is not build or just not implemented at all.
    
    Closes #20906

    Changed files

    • lib/Makefile.inc
    • lib/curl_ldap.h
    • lib/curl_rtmp.c
    • lib/curl_rtmp.h
    • lib/dict.c
    • lib/dict.h
    • lib/file.c
    • lib/file.h
    • lib/ftp-int.h
    • lib/ftp.c
    • lib/ftp.h
    • lib/ftplistparser.c
    • lib/gopher.c
    • lib/gopher.h
    • lib/http.c
    • lib/http.h
    • lib/imap.c
    • lib/imap.h
    • lib/ldap.c
    • lib/mqtt.c
    • lib/mqtt.h
    • lib/pop3.c
    • lib/pop3.h
    • lib/protocol.c
    • lib/protocol.h
    • lib/rtsp.c
    • lib/rtsp.h
    • lib/smb.c
    • lib/smb.h
    • lib/smtp.c
    • lib/smtp.h
    • lib/telnet.c
    • lib/telnet.h
    • lib/tftp.c
    • lib/tftp.h
    • lib/url.c
    • lib/url.h
    • lib/urldata.h
    • lib/vssh/ssh.h
    • lib/vssh/vssh.c
    • lib/ws.c
    • lib/ws.h
  2. Change #261150

    Category curl
    Changed by Martin Dürrmeier <857448+md42ohnoyoudont@users.noreply.github.com>
    Changed at Mon 16 Mar 2026 10:43:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 594a9276bcfa3f12271be8a017812999251168ed

    Comments

    docs/lib: fix typos
    Repated 'the the' and 'with with'
    
    Closes #20933

    Changed files

    • docs/FAQ.md
    • lib/cfilters.c
    • lib/doh.c
  3. Change #261151

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 16 Mar 2026 10:51:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0cd0e193d35a28b8ac873e5f484878b9427535ab

    Comments

    url: use URL for url even in comments
    (Missed in CI due to a bug, see #20934)
    
    Closes #20935

    Changed files

    • lib/url.c
  4. Change #261154

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 16 Mar 2026 11:01:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b240c5292cf0ed42149799c9994d3dd5bdf2d2bc

    Comments

    badwords: detect the the and with with
    They seem to be the most common mistaken repeated words
    
    Ref #20933
    
    Closes #20934

    Changed files

    • scripts/badwords.txt
  5. Change #261155

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 16 Mar 2026 11:01:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3334fca537b019c4b0d2f3a2bbd43ac8a27ff89f

    Comments

    badwords-all: exit with correct code on errors
    Problems remain undetected in CI otherwise
    
    Closes #20934

    Changed files

    • scripts/badwords-all
  6. Change #261159

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 11:30:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6b0a88561106e332773fa676e7949552b0883d3f

    Comments

    ldap: fix to initialize cleartext connection on Windows
    Regression since curl 8.18.0.
    
    Reported-by: Yoshiro Yoneya
    Fixes #20927
    Follow-up to 39d1976b7f709a516e3243338ebc0443bdd8d56d #19830
    
    Closes #20928

    Changed files

    • lib/ldap.c
  7. Change #261160

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 11:31:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 04d90b5deb332cd2359d5ba3f71804c55da14397

    Comments

    configure: add option to trace pkg-config detection details
    To aid debugging cases when dependency detection acts unexpectedly.
    Sprung from spending days trying to figure out behavior of ngtcp2 crypto
    modules and their dependencies.
    
    You can enable by setting env `CURL_TRACE_PKG_CONFIG` to a non-empty
    value. When enabled, details are logged for both successful and
    unsuccessful detections. Logging of unsuccessful ones is automatically
    enabled when `CURL_CI` env is set, which is the case for all CI jobs.
    
    It works by asking for `--debug` output and grepping for lines that seem
    useful for this purpose. Output is different for classic pkg-config and
    pkgconf, and may depending on tool version. Also append `--print-errors`
    output if any.
    
    Examples (with pkgconf):
    
    Fail, before:
    ```
    checking for libngtcp2_crypto_boringssl options with pkg-config... no
    configure: error: --with-ngtcp2 was specified but could not find ngtcp2_crypto_boringssl pkg-config file.
    ```
    
    Fail, after:
    ```
    checking for libngtcp2_crypto_boringssl options with pkg-config... no
    configure: pkg-config --exists libngtcp2_crypto_boringssl trace:
    ---- begin
    trying path: /home/runner/nghttp3/build/lib/pkgconfig for libngtcp2_crypto_boringssl
    trying path: /home/runner/ngtcp2-boringssl/build/lib/pkgconfig for libngtcp2_crypto_boringssl
    trying path: /home/runner/nghttp3/build/lib/pkgconfig for libngtcp2
    trying path: /home/runner/ngtcp2-boringssl/build/lib/pkgconfig for libngtcp2
    trying path: /home/runner/nghttp3/build/lib/pkgconfig for openssl
    trying path: /home/runner/ngtcp2-boringssl/build/lib/pkgconfig for openssl
    trying path: /home/runner/nghttp2/build/lib/pkgconfig for openssl
    ==== error:
    Package openssl was not found in the pkg-config search path.
    Perhaps you should add the directory containing `openssl.pc'
    to the PKG_CONFIG_PATH environment variable
    Package 'openssl', required by 'libngtcp2_crypto_boringssl', not found
    ---- end
    configure: error: --with-ngtcp2 was specified but could not find ngtcp2_crypto_boringssl pkg-config file.
    ```
    
    Success, after:
    ```
    checking for libngtcp2_crypto_boringssl options with pkg-config... found
    configure: pkg-config --exists libngtcp2_crypto_boringssl trace:
    ---- begin
    trying path: /home/runner/awslc/build/lib/pkgconfig for libngtcp2_crypto_boringssl
    trying path: /home/runner/nghttp3/build/lib/pkgconfig for libngtcp2_crypto_boringssl
    trying path: /home/runner/nghttp2/build/lib/pkgconfig for libngtcp2_crypto_boringssl
    trying path: /home/runner/ngtcp2/build/lib/pkgconfig for libngtcp2_crypto_boringssl
    trying path: /home/runner/awslc/build/lib/pkgconfig for libngtcp2
    trying path: /home/runner/nghttp3/build/lib/pkgconfig for libngtcp2
    trying path: /home/runner/nghttp2/build/lib/pkgconfig for libngtcp2
    trying path: /home/runner/ngtcp2/build/lib/pkgconfig for libngtcp2
    trying path: /home/runner/awslc/build/lib/pkgconfig for openssl
    trying path: /home/runner/awslc/build/lib/pkgconfig for libssl
    trying path: /home/runner/awslc/build/lib/pkgconfig for libcrypto
    ---- end
    ```
    
    More examples:
    https://github.com/curl/curl/pull/20926#issuecomment-4064259935
    
    If there is an externally enablable, built-in feature like this in
    classic pkg-config or pkgconf, I could not find it.
    
    Also:
    - GHA/http3-linux: set `CURL_TRACE_PKG_CONFIG` to log detection details.
      H3 builds are prone to hard-to-debug dependency issues.
    
    Ref: #20920
    Follow-up to 3c64ffaff4cd8c8275627dd2e17b6879a1d32262 #18415 #18188
    Follow-up to 99500660af19f89069e71c2251c13963401b3806 #18028 #18022
    
    Cherry-picked from #20926
    
    Closes #20931

    Changed files

    • .github/workflows/http3-linux.yml
    • acinclude.m4
    • docs/INSTALL.md
  8. Change #261163

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 11:49:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6d87eb2878899ec1ccf6b612d950b90367b5ea45

    Comments

    cmake: add `CURL_GCC_ANALYZER` option, enable in CI, fix/silence
    Enable in one existing Linux, macOS and Windows job.
    
    Cost:
    - Linux: +1.3 minutes.
    - macOS: +1.5 minutes.
    - Windows: +2.5 minutes.
    
    Fix or silence issues found:
    - conncache: silence NULL deref warning.
      ```
      lib/conncache.c:564:18: warning: dereference of NULL '*data.multi' [CWE-476] [-Wanalyzer-null-dereference]
      ```
      Ref: ede6a8e08762321d95864ad384b8ff5ac44ac459 #19378
    - http2: check pointer for NULL.
      ```
      lib/http2.c:388:7: error: dereference of NULL ‘data’ [CWE-476] [-Wanalyzer-null-dereference]
      ```
    - http2: silence potential NULL deref in `cf_h2_recv`.
      ```
      lib/http2.c: In function 'cf_h2_recv':
      lib/curl_trc.h:62:15: warning: dereference of NULL 'data' [CWE-476] [-Wanalyzer-null-dereference]
      ```
    - openldap: silence deref before NULL check.
      Seen in GHA/Linux.
      ```
      lib/openldap.c: In function ‘oldap_state_mechs_resp’:
      lib/curl_trc.h:140:7: warning: check of ‘data’ for NULL after already dereferencing it [-Wanalyzer-deref-before-check]
      ```
    - sendf: silence NULL deref false positive in `Curl_creader_set_fread`.
      It looks impossible to happen.
      ```
      lib/sendf.c:1133:7: warning: dereference of NULL 'r' [CWE-476] [-Wanalyzer-null-dereference]
      ```
    - ws: silence deref before NULL check.
      ```
      lib/ws.c: In function 'ws_send_raw_blocking':
      lib/curl_trc.h:205:7: warning: check of 'data' for NULL after already dereferencing it [-Wanalyzer-deref-before-check]
      ```
    - var: fix potential NULL deref
      ```
      src/var.c:216:29: warning: dereference of NULL 'envp' [CWE-476] [-Wanalyzer-null-dereference]
      ```
    - cli_hx_upload.c: fix NULL check after dereference.
      ```
      tests/libtest/cli_hx_upload.c:170:7: warning: check of '*t.method' for NULL after already dereferencing it [-Wanalyzer-deref-before-check]
      ```
    - unit1607, unit1609: fix theoretical NULL ptr dereference.
      ```
      tests/unit/unit1607.c:211:12: warning: dereference of NULL 'addr' [CWE-476] [-Wanalyzer-null-dereference]
      tests/unit/unit1609.c:193:12: warning: dereference of NULL 'addr' [CWE-476] [-Wanalyzer-null-dereference]
      ```
    - globally disable checks triggering false positives only:
      ```
      docs/examples/externalsocket.c:135:8: warning: 'connect' on possibly invalid file descriptor 'sockfd' [-Wanalyzer-fd-use-without-check]
      lib/bufq.c:465:16: warning: infinite loop [CWE-835] [-Wanalyzer-infinite-loop] (gcc-15 Windows)
      lib/doh.c:1035:34: warning: stack-based buffer over-read [CWE-126] [-Wanalyzer-out-of-bounds] (gcc-15 macOS)
      lib/ftp.c:4022:20: warning: infinite loop [CWE-835] [-Wanalyzer-infinite-loop] (gcc-15 macOS)
      lib/http2.c:689:28: warning: buffer over-read [CWE-126] [-Wanalyzer-out-of-bounds] (gcc-15 macOS)
      lib/socketpair.c:195:5: warning: leak of file descriptor 'curl_dbg_socket(2, 1, 0, 192, "D:/a/curl/curl/lib/socketpair.c")' [CWE-775] [-Wanalyzer-fd-leak]
      src/tool_doswin.c:810:7: warning: leak of file descriptor '*tdata.socket_l' [CWE-775] [-Wanalyzer-fd-leak]
      src/tool_doswin.c:816:9: warning: leak of file descriptor '*tdata.socket_l' [CWE-775] [-Wanalyzer-fd-leak]
      src/tool_main.c:96:1: warning: leak of file descriptor 'fd[0]' [CWE-775] [-Wanalyzer-fd-leak]
      src/tool_main.c:96:1: warning: leak of file descriptor 'fd[1]' [CWE-775] [-Wanalyzer-fd-leak]
      src/tool_urlglob.c:48:17: warning: leak of 'malloc(8)' [CWE-401] [-Wanalyzer-malloc-leak]
      src/tool_writeout.c:870:3: warning: leak of FILE 'stream2' [CWE-775] [-Wanalyzer-file-leak]
      tests/libtest/lib518.c:90:1: warning: leak of FILE [CWE-775] [-Wanalyzer-file-leak]
      tests/libtest/lib537.c:87:1: warning: leak of FILE [CWE-775] [-Wanalyzer-file-leak]
      tests/server/tftpd.c:1147:10: warning: 'bind' on possibly invalid file descriptor 'sock' [-Wanalyzer-fd-use-without-check]
      tests/server/tftpd.c:1155:10: warning: 'bind' on possibly invalid file descriptor 'sock' [-Wanalyzer-fd-use-without-check]
      tests/server/tftpd.c:1259:10: warning: 'connect' on possibly invalid file descriptor '4294967295' [-Wanalyzer-fd-use-without-check]
      ```
    
    Also:
    - cmake: update clang-tidy typecheck comment.
    
    Ref: https://gcc.gnu.org/onlinedocs/gcc/Static-Analyzer-Options.html
    
    Closes #20921

    Changed files

    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/windows.yml
    • CMakeLists.txt
    • docs/INSTALL-CMAKE.md
    • docs/examples/CMakeLists.txt
    • lib/CMakeLists.txt
    • lib/conncache.c
    • lib/http2.c
    • lib/openldap.c
    • lib/sendf.c
    • lib/ws.c
    • src/CMakeLists.txt
    • src/var.c
    • tests/CMakeLists.txt
    • tests/libtest/cli_hx_upload.c
    • tests/unit/unit1607.c
    • tests/unit/unit1609.c
  9. Change #261167

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 11:54:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e76968e20dd9ea48220f9c82df50764ab44d7d7c

    Comments

    curl_get_line: fix potential infinite loop when filename is a directory
    Fix potential inifinite loop reading file content with `Curl_get_line()`
    when a filename passed via these options are pointing to a directory
    entry (on non-Windows):
    
    - `--alt-svc` / `CURLOPT_ALTSVC`
    - `-b` / `--cookie` / `CURLOPT_COOKIEFILE`
    - `--hsts` / `CURLOPT_HSTS`
    - `--netrc-file` / `CURLOPT_NETRC_FILE`
    
    Fix by checking for this condition and silently skipping such filename
    without attempting to read content. Add test 1713 to verify.
    
    Mention in cookie documentation as an accepted case, also show a verbose
    message when a directory is detected. Extend test 46 to verify if such
    failure lets the logic continue to the next cookie file.
    
    Reported-and-based-on-patch-by: Richard Tollerton
    Fixes #20823
    Closes #20826 (originally-based-on)
    Follow-up to 769ccb4d4261a75c8a4236fbe7dc3e27956db1c9 #19140
    
    Closes #20873

    Changed files

    • docs/cmdline-opts/cookie.md
    • docs/libcurl/opts/CURLOPT_COOKIEFILE.md
    • lib/altsvc.c
    • lib/cookie.c
    • lib/hsts.c
    • lib/netrc.c
    • tests/data/Makefile.am
    • tests/data/test1713
    • tests/data/test46
  10. Change #261168

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 11:57:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fad1ebaecc0c489d38c0a9a155f63fdfd9086907

    Comments

    cmake: resolve imported targets recursively when generating `libcurl.pc`
    To allow simplifying the binutils ld hack, by chaining the original
    imported target to curl's local duplicate target. Also to allow linking
    to dependencies' native imported targets via their CMake Configs, which
    will always be hooked up to a `CURL::` interface, and may also be
    chained upstream.
    
    Fixing (seen on Linux with simplified binutils hack via #20839):
    ```
     Requires:
     Requires.private: libzstd openssl zlib
     Libs: -L${libdir} -lcurl
    -Libs.private:  -lcrypto -lssl -lz -lzstd
    +Libs.private:  -lOpenSSL::Crypto -lZLIB::ZLIB -lcrypto -lssl -lz -lzstd
     Cflags: -I${includedir}
     Cflags.private: -DCURL_STATICLIB
    Error: Process completed with exit code
    ```
    Ref: https://github.com/curl/curl/actions/runs/22768301699/job/66041980258?pr=20839
    
    Note this makes it possible to run into an infinite loop because CMake
    allows cyclic dependencies. It isn't added by curl's CMake script nor by
    any dependencies as defined by default, but may happen in theory with
    custom-created targets. In such case CMake automatically stops with
    an error at 1000 iterations. I find it overkill to add custom protection
    for it.
    
    Cherry-picked from #20814
    Cherry-picked from #20839
    
    Closes #20840

    Changed files

    • CMake/Macros.cmake
    • CMakeLists.txt
  11. Change #261169

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 11:59:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ca92e20123928e4788d27135cdafdd084d3833d4

    Comments

    mk-ca-bundle.pl: make generated timestamps deterministic
    With default invocation, make generated file timestamps deterministic
    by looking up (via the GitHub API) the last commit that modified
    `certdata.txt`, along with  its commit timestamp.
    
    Also:
    - show the URL used to download `certdata.txt` from.
    - make `ca-bundle.crt` timestamp match `certdata.txt`'s.
    
    Closes #20528

    Changed files

    • scripts/mk-ca-bundle.pl
  12. Change #261172

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 12:05:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 030d6aeaf301cf03c322dc8cfbc7fd05018e3d55

    Comments

    build: include curlx headers directly in src and tests
    To include what's actually used.
    
    Also:
    - drop unused includes.
    - scope includes where possible.
    - drop `curlx/curlx.h` umbrella header.
    - config2setopts: include `netinet/in.h` for Cygwin/MSYS2.
      Previously included by chance via an unused curlx include.
    
    Closes #20776

    Changed files

    • lib/Makefile.inc
    • lib/curlx/curlx.h
    • src/config2setopts.c
    • src/tool_doswin.c
    • src/tool_operate.c
    • src/tool_setup.h
    • tests/libtest/first.h
    • tests/server/first.h
  13. Change #261178

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 13:18:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9d104f566fd48fe19a833a0552f605ede82d0b20

    Comments

    ldap: drop duplicate `ldap_set_option()` on Windows
    Already set after `ldap_sslinit()`/`ldap_init()` and before
    `ldap_ssl`-specific initialization.
    
    Follow-up to 39d1976b7f709a516e3243338ebc0443bdd8d56d #19830
    Follow-up to b41e65a8e3ed8fdafb535328997bedc925f21e37
    Follow-up to b91421b10764c4b7450ea29d305cc65c3f828dd1
    
    Closes #20930

    Changed files

    • lib/ldap.c
  14. Change #261180

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 13:32:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0793c98027edcf289cfe951879369a94cf64d323

    Comments

    cmake: rework binutils ld hack to not read `LOCATION` property
    Instead hook up the upstream target name as-is to the local wrapper
    target.
    
    To:
    - make the hack work regardless of how the upstream target was created.
    - make it work the same way in `curl-config.cmake`.
      Before this patch it had no guard for `IMPORTED` targets even though
      `find_dependencies()` is not guaranteed to create the target expected
      if it already existed and was potentially created differently.
    
    Depends-on: #20840
    Follow-up to 4f1646ef8a9ae3052ee3e13a09c418de9ec85819 #20486 #20419
    
    Closes #20839

    Changed files

    • CMake/curl-config.in.cmake
    • CMakeLists.txt
  15. Change #261191

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 14:24:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3525ed9b2f1d63a6da1dc0aac835a04ad5073854

    Comments

    ECH.md: replace double-backticks with single ones
    Also fix a indent/space nits.
    
    Closes #20937

    Changed files

    • docs/ECH.md
  16. Change #261200

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 16 Mar 2026 15:31:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 29cb750fc2bdd8a00eb32fb4ace28705fba1e31a

    Comments

    tool_cb_wrt: fix no-clobber error handling
    When saving a file with --no-clobber, make sure the existing file name
    remains set when creating the name fails. In a retry scenario, it comes
    back and uses that variable again.
    
    Add test 3036 to verify.
    
    Reported-by: James Fuller
    Closes #20939

    Changed files

    • src/tool_cb_wrt.c
    • tests/data/Makefile.am
    • tests/data/test3036
  17. Change #261217

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 16 Mar 2026 18:12:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ec3f198ef01dcb41ca281e85b57d34d9c43065b2

    Comments

    GHA/http3-linux: prefer `contains()` over `==` in job name filters
    To allow extending names without breaking logic.
    
    Cherry-picked from #20920
    
    Closes #20941

    Changed files

    • .github/workflows/http3-linux.yml