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

Builder curl-ares-solaris10-sparc Build #3009

Build In Progress:

Runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 26 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-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3009 Build
codebase Build
got_revision 9c0ccd27390c985bd4b7875b5f161ac1e68c9da4 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9c0ccd27390c985bd4b7875b5f161ac1e68c9da4 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andrew
  2. x2018

Timing:

StartSat Nov 8 11:55:19 2025
Elapsed8 hrs, 25 mins, 47 secs

All Changes:

:

  1. Change #247973

    Category curl
    Changed by Andrew <akirilloohnoyoudont@uk.ibm.com>
    Changed at Sat 08 Nov 2025 10:25:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2d99cf07618d240c265aaf6795df3ef3b8ea7ceb

    Comments

    lib: fix gssapi.h include on IBMi
    Fixes #19336
    Closes #19337

    Changed files

    • lib/config-os400.h
    • lib/urldata.h
    • lib/vauth/vauth.h
    • lib/version.c
  2. 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
  3. 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