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

Builder curl-threaded-solaris10-i386 Build #4490

Build In Progress:

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiond824266425d000d4b7c8ca8756dbff83bfa4eb02
Changes11 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-i386' 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/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4490 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision d824266425d000d4b7c8ca8756dbff83bfa4eb02 Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Michael Kaufmann
  3. Stefan Eissing
  4. Viktor Szakats

Timing:

StartMon Jun 22 15:08:17 2026
Elapsed2 hrs, 38 mins, 19 secs

All Changes:

:

  1. Change #272050

    Category curl
    Changed by Michael Kaufmann <mailohnoyoudont@michael-kaufmann.ch>
    Changed at Mon 22 Jun 2026 08:53:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 810d9535e17b9e1468013493ddd65bd37d6a967a

    Comments

    proxy: fix automatic tunnel mode with "connect to host"
    Fix a regression in curl 8.21.0-rc3: Check whether the host and the "connect
    to host" are equal before initializing the proxy. If they are equal, switching
    to tunnel mode is not necessary.
    
    Follow-up to 73daec6
    
    Closes #22110

    Changed files

    • lib/url.c
    • tests/data/test2050
    • tests/data/test2055
  2. Change #272051

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 22 Jun 2026 08:54:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8ed285f06deedf02fc407f6eed1892301e43004a

    Comments

    websockets: buffer ugprade data at connection level
    When the HTTP Upgrade to websockets already carries ws frame data,
    buffer that data at connection level and not in the ws decoder.
    
    Adding new cfilter `cf_recvbuf` to buffer a fixed amont of data
    to be received later. When the data is received, the filter
    passes further recv call through to its subfilter.
    
    Fixes #22107
    Reported-by: sideshowbarker on github
    Closes #22111

    Changed files

    • lib/Makefile.inc
    • lib/cf-recvbuf.c
    • lib/cf-recvbuf.h
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/curl_trc.c
    • lib/ws.c
  3. Change #272055

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 22 Jun 2026 09:12:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e8e3af2abb56bdafba55fbbb3fa15a449b91893c

    Comments

    doh: cap the maximum TTL to 24 hours
    To avoid mistakes or abuse to cause problems. Many public DNS providers
    cap their cache times to this.
    
    Verify in test 1650
    
    Reported-by: netspacer.research
    Closes #22122

    Changed files

    • lib/doh.c
    • tests/unit/unit1650.c
  4. Change #272059

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 22 Jun 2026 09:53:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ab779d4e4a30506acc9221ce4fdbd7c4a250d2ad

    Comments

    doh: stricter HTTPS RNAME parsing
    If any sublabel is longer than 63 octets, abort. This then also catches
    compression attempts.
    
    Verified in test 1658
    
    Reported-by: netspacer.research
    Closes #22124

    Changed files

    • lib/doh.c
    • lib/httpsrr.h
    • tests/unit/unit1658.c
  5. Change #272062

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 22 Jun 2026 10:12:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d638eac18967d8afef230ced3daddc47cebd9737

    Comments

    libssh2: code and infof/trace cleanups
    Give the libssh2 infof() messages a common format, add/clarify some to
    make the connect/authentication flow more clear.
    
    Closes #22101

    Changed files

    • lib/vssh/libssh2.c
  6. Change #272063

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 22 Jun 2026 10:15:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c5d0e93879d94c8ab8034b35a26cbdfa93a2dac8

    Comments

    HTTP3.md: update quiche build
    Fixes #22105
    Reported-by: av223119 on github
    Closes #22109

    Changed files

    • docs/HTTP3.md
  7. Change #272077

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 22 Jun 2026 11:49:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c35e2cb29f3a20fa6fb330027c77216e0bc6297f

    Comments

    setopt: cleanup the length check for COPYPOSTFIELDS handling
    Make it more straight-forward
    
    Closes #22127

    Changed files

    • lib/setopt.c
  8. Change #272081

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 22 Jun 2026 12:08:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2735ef3baeaf8ee7a6019e224d83a2501ea1d437

    Comments

    libssh2: fix to return error code on missing parameter
    Reported by GitHub Code Quality
    
    Follow-up to 0095f98464d85a3b2863d1c9ef7c5a71c9739450 #15250
    
    Closes #22125

    Changed files

    • lib/vssh/libssh2.c
  9. Change #272082

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 22 Jun 2026 12:08:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b3675fe80a3393264d58d0359b3c5ab332f3a9f9

    Comments

    libssh2: drop stray double-negative from `strncmp()` result
    Just a tidy-up. Logic remains identical.
    
    Spotted by GitHub Code Quality
    
    Follow-up to a867314f4fba0f05201226093335d75f3dbd0f3f #16382
    
    Closes #22126

    Changed files

    • lib/vssh/libssh2.c
  10. Change #272083

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 22 Jun 2026 12:08:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f7d4e11f4b423a6db61ca86cf59483fad9f4bc13

    Comments

    setopt: return error if received `curl_blob->data` is NULL
    To avoid dereferencing in the function if `CURL_BLOB_COPY` is set, or
    outside of the function if unset.
    
    Reported-by: netspacer.research
    
    Closes #22129

    Changed files

    • lib/setopt.c
  11. Change #272093

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 22 Jun 2026 13:04:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d824266425d000d4b7c8ca8756dbff83bfa4eb02

    Comments

    appveyor: pass `--proto-redir =https` option
    Follow-up to 500820682ce570f21586f567ddec4dbea4e6dad5 #21757
    
    Closes #22130

    Changed files

    • appveyor.sh