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

Builder curl-ares-solaris11-sparc Build #4863

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioncc5c1553fbdb8c1391d0cf81134583ee32da64d4
Got Revisioncc5c1553fbdb8c1391d0cf81134583ee32da64d4
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Dec 7 17:08:13 2025
EndSun Dec 7 17:13:05 2025
Elapsed4 mins, 52 secs

All Changes:

:

  1. Change #251211

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 07 Dec 2025 17:01:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cc5c1553fbdb8c1391d0cf81134583ee32da64d4

    Comments

    wolfssl: fix possible assert with `!HAVE_NO_EX` wolfSSL builds
    Without this option `wolfSSL_get_app_data()` always returns NULL.
    Disable codepaths using it (and its `set` pair) when curl is built
    against a wolfSSL library with this option missing.
    
    Fixing:
    ```
    curl: ../../lib/vtls/wolfssl.c:486: wssl_vtls_new_session_cb: Assertion `cf != ((void *)0)' failed.
    ```
    
    wolfSSL can be built with the `--enable-context-extra-user-data` or
    `-DWOLFSSL_EX_DATA` option to enable this feature. Some higher-level
    features also enable it automatically like QUIC, ASIO.
    
    Reported-by: Yedaya Katsman
    Bug: https://github.com/curl/curl/pull/19816#issuecomment-3606447845
    Ref: https://github.com/curl/curl/actions/runs/19871780796/job/56949160740
    
    Closes #19852

    Changed files

    • lib/vtls/wolfssl.c
    • lib/vtls/wolfssl.h