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

Builder curl-unthreaded-solaris11-i386 Build #4234

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 17 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4234 Build
codebase Build
got_revision cc5c1553fbdb8c1391d0cf81134583ee32da64d4 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision cc5c1553fbdb8c1391d0cf81134583ee32da64d4 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:

StartSun Dec 7 17:08:11 2025
EndSun Dec 7 17:10:41 2025
Elapsed2 mins, 29 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