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

Builder curl-threaded-solaris11-sparc Build #5410

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision86ea3abd41a6d6e38ea3d8ed247ad6cb265fe275
Got Revision86ea3abd41a6d6e38ea3d8ed247ad6cb265fe275
Changes8 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 27 mins, 28 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 5410 Build
codebase Build
got_revision 86ea3abd41a6d6e38ea3d8ed247ad6cb265fe275 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 86ea3abd41a6d6e38ea3d8ed247ad6cb265fe275 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. Andrei Rybak
  2. Daniel Stenberg
  3. Stefan Eissing

Timing:

StartSat Mar 7 00:14:24 2026
EndSat Mar 7 01:37:23 2026
Elapsed1 hrs, 22 mins, 58 secs

All Changes:

:

  1. Change #260109

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 06 Mar 2026 22:46:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 933c34e873d67d25a84805d8c8a86ee7fbf3731d

    Comments

    tool_operate: reset the URL --url-query between --next
    Pointed out by Codex Security
    
    Verify in test 1624
    Closes #20802

    Changed files

    • src/tool_cfgable.h
    • src/tool_operate.c
    • tests/data/Makefile.am
    • tests/data/test1624
  2. Change #260110

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 06 Mar 2026 22:47:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d7e4473806daec96a66758690d1fb01709558756

    Comments

    tool_doswin: avoid memory-leak with CURL_FN_SANITIZE_*
    This is debug-only code
    
    Follow-up to 20900e4a1e3
    
    Found by Codex Security
    
    Closes #20804

    Changed files

    • src/tool_doswin.c
  3. Change #260111

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

    Comments

    content_encoding: return 'identity' if none other exists
    This fixes a regression and accidental changed behavior shipped in
    8.18.0 (via 6b9c75e219cdcfd3e17e78).
    
    When the setopt is set to "" and curl is built without support for a
    single compression algorithm, it used to use "identity" but recently did
    not.
    
    Spotted by Codex Security
    Closes #20805

    Changed files

    • lib/content_encoding.c
  4. Change #260112

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 06 Mar 2026 22:49:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e49efce12f6ecc84221431cd824518f2dd05de5a

    Comments

    synctime: fix use of uninitialized buffer on non-Windows
    Follow-up to: b714c674f3
    
    Spotted by Codex Security
    Closes #20806

    Changed files

    • docs/examples/synctime.c
  5. Change #260113

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 06 Mar 2026 22:50:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e47b6e657aa5dda6dfb79d495ba3ee7b0534532a

    Comments

    socketpair: clear 'err' when retrying due to EINTR
    If the first write was interrupted by a signal and a subsequent write
    succeeds, the function would still erroneously return EINTR.
    
    Found by Codex Security
    Closes #20809

    Changed files

    • lib/socketpair.c
  6. Change #260114

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 06 Mar 2026 22:52:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5f13a7645e565c5c1a06f3ef86e97afb856fb364

    Comments

    proxy-auth: additional tests
    Also eliminate the special handling for socks proxy match.
    
    Closes #20837

    Changed files

    • lib/url.c
    • tests/http/test_13_proxy_auth.py
    • tests/http/testenv/curl.py
  7. Change #260117

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 06 Mar 2026 22:53:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 704e7a85f39e8727876c53c601210258cb52774e

    Comments

    mqtt: fix EOF handling
    In mqtt_recv_atleast(), recognize an EOF as error.
    
    Fixes #20815
    Reported-by: Max Dymond
    Closes #20830

    Changed files

    • lib/mqtt.c
  8. Change #260118

    Category curl
    Changed by Andrei Rybak <rybak.a.vohnoyoudont@gmail.com>
    Changed at Fri 06 Mar 2026 23:01:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 86ea3abd41a6d6e38ea3d8ed247ad6cb265fe275

    Comments

    FAQ: syntax improvements
    During conversion of `docs/FAQ` into Markdown, 'man ld' has incorrectly
    kept one of its quotes when it was surrounded by backticks for inline
    code formatting.  A space on the left of it was lost as well.
    
    Fix the formatting in the new `docs/FAQ.md`.
    
    Closes #20812

    Changed files

    • docs/FAQ.md