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

Builder curl-ares-solaris11-i386 Build #5239

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 37 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 5239 Build
codebase Build
got_revision 5bff1c35f11e2e633459051c23e0ce339bc05b99 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 5bff1c35f11e2e633459051c23e0ce339bc05b99 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. Viktor Szakats

Timing:

StartSun Jun 14 19:34:58 2026
EndSun Jun 14 21:43:04 2026
Elapsed2 hrs, 8 mins, 6 secs

All Changes:

:

  1. Change #270944

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 14 Jun 2026 17:49:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f1b1919bd091e65e67d9e1b680ab76569a8af090

    Comments

    servers: drop single-use interim result variables
    Closes #22008

    Changed files

    • tests/server/mqttd.c
    • tests/server/rtspd.c
    • tests/server/socksd.c
    • tests/server/sws.c
    • tests/server/util.c
  2. 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
  3. 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