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

Builder curl-unthreaded-solaris11-sparc Build #6026

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSun Jun 14 18:49:42 2026
EndSun Jun 14 19:40:38 2026
Elapsed50 mins, 56 secs

All Changes:

:

  1. Change #270948

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 14 Jun 2026 18:12:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c4cb67692d4466ba577fcdd9d3eb60cdfe19ba13

    Comments

    smb: integer overflow proof a size check
    By using size_t for the vars instead of shorts.
    
    Pointed out by Zeropath
    
    Closes #22001

    Changed files

    • lib/smb.c
  2. Change #270950

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 14 Jun 2026 18:36:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5bff1c35f11e2e633459051c23e0ce339bc05b99

    Comments

    socks_sspi: store socks5_gssapi_enctype
    Store the unwrapped protection level in `conn->socks5_gssapi_enctype` to
    prevent the proxy from contuning unprotected. Matches the GSSAPI version
    of the code.
    
    Reported-by: Trail of Bits
    Closes #22004

    Changed files

    • lib/socks_sspi.c