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

Builder curl-unthreaded-solaris10-i386 Build #15895

Build In Progress:

Runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision96717dea4c0ba8da7ef85190300f7eaeaa4b7d62
Got Revision96717dea4c0ba8da7ef85190300f7eaeaa4b7d62
Changes6 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

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

Timing:

StartWed Oct 22 20:42:00 2025
Elapsed5 hrs, 58 mins, 36 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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