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

Builder curl-unthreaded-solaris10-sparc Build #13350

Build In Progress:

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartWed Oct 22 23:18:13 2025
Elapsed4 hrs, 24 mins, 18 secs

All Changes:

:

  1. Change #246390

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 22 Oct 2025 10:58:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9c313b61b419c8a6c92420f77da67de8d287ff8a

    Comments

    ftp: check errors on remote ip for data connection
    Obtaining the remote ip of the control connection to be used for the
    data connection can fail. Check that and fail the transfer when that
    does not work.
    
    Triggered by an OSS-Fuzz issue.
    Closes #19185

    Changed files

    • lib/ftp.c
  2. Change #246398

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 22 Oct 2025 11:40:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fcae0733a7c55e712955b0f6df24fc8412023e2d

    Comments

    gnutls: fix re-handshake comments
    With GnuTLS, a GNUTLS_E_REHANDSHAKE can be a renegotiate in TLSv1.2 or a
    key update in TLSv1.3. This had been made non-blocking in
    a1850ad7debe33fded6367e34d5c06be4d51f58e but the comment warning about a
    blocking call was not updated.
    
    Closes #19187

    Changed files

    • lib/vtls/gtls.c
  3. Change #246399

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 22 Oct 2025 11:40:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bb78c45407e9ad5fc1884d3b5fa9a16bde8af3d7

    Comments

    vquic: fix recvmsg loop for max_pkts
    The parameter `max_pkts` was not checked in the recvmsg() implementation
    of vquic_recv_packets() as the packter counter was never increased. This
    led to the loop running until an EAGAIN was encountered. Which, in any
    real case scenario, does no harm as long as libcurl is ingesting packets
    faster than a server is able to send them.
    
    However on a slow device and a fast network this could happen and allow
    a denial of serice.
    
    Not a real regression as the vulnerable code has never been released.
    libcurl 8.16.0 does not have this bug.
    
    Closes #19186

    Changed files

    • lib/vquic/vquic.c
  4. Change #246422

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 22 Oct 2025 14:12:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fb6a4802d7a76d8e36652bedbf6c03270b541974

    Comments

    imap: parse and use UIDVALIDITY as a number
    Instead of a string. Saves a malloc, adds earlier format check.
    
    RFC 3501 section 2.3.1.1 documents the value as a 32-bit value.
    
    Closes #19188

    Changed files

    • lib/imap.c
  5. Change #246423

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 22 Oct 2025 14:13:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 61156f792105597991b5286de76fb5226082dfe4

    Comments

    ftp: remove 'newhost' and 'newport' from the ftp_conn struct
    They are only needed locally, no need to keep them around.
    
    Closes #19190

    Changed files

    • lib/ftp.c
    • lib/ftp.h
  6. Change #246434

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 22 Oct 2025 15:55:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4d93592a26e31ea5632b98281225807b9f938460

    Comments

    ftp: reduce size of some struct fields
    Closes #19191

    Changed files

    • lib/ftp.c
    • lib/ftp.h
  7. Change #246465

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 22 Oct 2025 18:58:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 96717dea4c0ba8da7ef85190300f7eaeaa4b7d62

    Comments

    GHA/labeler: add FindGnuTLS.cmake
    Follow-up to 1966c86d71eb90beeeb3ccbefd6321bd64992553 #19163
    Cherry-picked from #16973

    Changed files

    • .github/labeler.yml
  8. Change #246479

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 22 Oct 2025 22:52:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a8f16da712402733609943b5da003af5baa058e6

    Comments

    ftp: remove the state_saved struct field
    It was not necessary. Its only purpose was to know if an upload is done,
    and that information is already available elsewhere.
    
    Closes #19192

    Changed files

    • lib/ftp.c
    • lib/ftp.h