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

Builder curl-ares-solaris11-i386 Build #4007

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 55 mins, 55 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4007 Build
codebase Build
got_revision 9c0ccd27390c985bd4b7875b5f161ac1e68c9da4 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9c0ccd27390c985bd4b7875b5f161ac1e68c9da4 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. x2018

Timing:

StartSat Nov 8 12:19:07 2025
EndSat Nov 8 15:05:06 2025
Elapsed2 hrs, 45 mins, 58 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