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

Builder curl-ares-solaris11-i386 Build #5142

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 33 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 5142 Build
codebase Build
got_revision 23e4bd9602acb8aad0583b88d8b74734d6a31f1b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 23e4bd9602acb8aad0583b88d8b74734d6a31f1b 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. Daniel Stenberg
  2. Joshua Rogers

Timing:

StartWed May 27 09:13:02 2026
EndWed May 27 10:44:58 2026
Elapsed1 hrs, 31 mins, 55 secs

All Changes:

:

  1. Change #268431

    Category curl
    Changed by Joshua Rogers <MegaManSecohnoyoudont@users.noreply.github.com>
    Changed at Wed 27 May 2026 09:01:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f21b5d4e6628370e1400d9503ee243f5150b5cea

    Comments

    gtls: fix ignored return and uninitialized status in OCSP check
    gnutls_ocsp_resp_get_single() was called with (void) discarding its
    return value, so a failure (e.g. an OCSP response with no
    SingleResponse entries) went undetected.  The following switch() then
    read an uninitialized gnutls_ocsp_cert_status_t, which is undefined
    behaviour and could yield GNUTLS_OCSP_CERT_GOOD (0) depending on
    stack contents, causing gtls_verify_ocsp_status to return CURLE_OK for
    a response that was never successfully parsed.
    
    Fix by initializing status to GNUTLS_OCSP_CERT_UNKNOWN and treating a
    negative return from gnutls_ocsp_resp_get_single as an error.
    
    Closes #21679

    Changed files

    • lib/vtls/gtls.c
  2. Change #268432

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 27 May 2026 09:06:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 23e4bd9602acb8aad0583b88d8b74734d6a31f1b

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES