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

Builder curl-ares-solaris11-sparc Build #4772

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Timing:

StartThu Nov 27 12:43:35 2025
EndThu Nov 27 12:49:03 2025
Elapsed5 mins, 27 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