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

Builder curl-unthreaded-solaris11-i386 Build #4143

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 29 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 51 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 33 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 4143 Build
codebase Build
got_revision a9e7a027ed866b791c12a3c701dc40304f4e00cb Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a9e7a027ed866b791c12a3c701dc40304f4e00cb 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. Stefan Eissing

Timing:

StartThu Nov 27 12:43:10 2025
EndThu Nov 27 12:49:06 2025
Elapsed5 mins, 56 secs

All Changes:

:

  1. Change #250186

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 27 Nov 2025 12:35:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9bb5c0578b39e5b086b6a9db5c6eb299a0fe1c5c

    Comments

    ngtcp2+openssl: fix leak of session
    Fix return value indicating to OpenSSL if reference to session is kept
    (it is not), so OpenSSL frees it.
    
    Reported-by: Aleksei Bavshin
    Fixes #19717
    Closes #19718

    Changed files

    • lib/vquic/curl_ngtcp2.c
  2. Change #250188

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 27 Nov 2025 12:36:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a9e7a027ed866b791c12a3c701dc40304f4e00cb

    Comments

    vquic: do_sendmsg full init
    When passing a `msg_ctrl` to sendmsg() as part of GSO handling, zero the
    complete array. This fixes any false positives by valgrind that complain
    about uninitialised memory, even though the kernel only ever accesses
    the first two bytes.
    
    Reported-by: Aleksei Bavshin
    Fixes #19714
    Closes #19715

    Changed files

    • lib/vquic/vquic.c