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

Builder curl-threaded-solaris11-sparc Build #4608

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision9c0ccd27390c985bd4b7875b5f161ac1e68c9da4
Got Revision9c0ccd27390c985bd4b7875b5f161ac1e68c9da4
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 26 mins, 7 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 4608 Build
codebase Build
got_revision 9c0ccd27390c985bd4b7875b5f161ac1e68c9da4 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9c0ccd27390c985bd4b7875b5f161ac1e68c9da4 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. x2018

Timing:

StartSat Nov 8 11:23:00 2025
EndSat Nov 8 12:51:51 2025
Elapsed1 hrs, 28 mins, 50 secs

All Changes:

:

  1. Change #247976

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Sat 08 Nov 2025 10:28:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a6fcaf29588a50aa6c27a05994ebe3478f041fba

    Comments

    rtmp: precaution for a potential integer truncation
    On some platforms, socket descriptors may use types larger than int.
    When these values exceed INT_MAX, conversion to int can truncate to
    negative values causing RTMP connection failures, and even accidentally
    affect other socket when high-value descriptors map to existing
    lower-value sockets after integer conversion. This check ensures socket
    values are within the safe range before passing them to the RTMP
    library.
    
    Closes #19399

    Changed files

    • lib/curl_rtmp.c
  2. Change #247977

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Sat 08 Nov 2025 10:33:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9c0ccd27390c985bd4b7875b5f161ac1e68c9da4

    Comments

    vtls: handle possible malicious certs_num from peer
    For GnuTLS, mbedTLS, Rustls, Schannel and wolfSSL
    
    This check was previously added for OpenSSL in 3df71e6dc23e80466c2d448
    
    Closes #19397

    Changed files

    • lib/vtls/gtls.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/schannel.c
    • lib/vtls/vtls.h
    • lib/vtls/wolfssl.c