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

Builder curl-unthreaded-solaris11-i386 Build #4650

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 19 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 49 mins, 30 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4650 Build
codebase Build
got_revision a0244c536ecd5307316ae0cfcc74ba9602438d3b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a0244c536ecd5307316ae0cfcc74ba9602438d3b Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSat Feb 21 16:14:37 2026
EndSat Feb 21 18:41:32 2026
Elapsed2 hrs, 26 mins, 55 secs

All Changes:

:

  1. Change #258431

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 21 Feb 2026 15:06:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 020f48d00c18eeb9af5f8230c34e5bb83d7f8a41

    Comments

    clang-tidy: drop some redundant conditions reported by `misc-redundant-expression`
    Not enforced due to false positives, and because in cases a redundant
    expression (e.g. encapsulated in a macro) may be preferred.
    
    Ref: https://clang.llvm.org/extra/clang-tidy/checks/misc/redundant-expression.html
    
    Closes #20644

    Changed files

    • lib/cf-h2-proxy.c
    • lib/http2.c
    • lib/multi.c
    • lib/vtls/vtls_scache.c
  2. Change #258432

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 21 Feb 2026 15:06:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b35e58b24c4b0ae7366d733fb36ac8bd57b73739

    Comments

    openssl: fix potential OOB read in debug/verbose logging
    Reported-by: aisle-research-bot
    Bug: https://github.com/curl/curl/pull/20654#discussion_r2834860711
    
    Closes #20656

    Changed files

    • lib/vtls/openssl.c
  3. Change #258433

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 21 Feb 2026 15:06:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a0244c536ecd5307316ae0cfcc74ba9602438d3b

    Comments

    inet_pton: scope an include
    Closes #20661

    Changed files

    • lib/curlx/inet_pton.c