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

Builder curl-threaded-solaris11-sparc Build #5562

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionfb6925c2434ac527883f9b14ce946ed0e386914f
Got Revisionfb6925c2434ac527883f9b14ce946ed0e386914f
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Greg Kroah-Hartman

Timing:

StartMon Mar 30 16:14:56 2026
EndMon Mar 30 17:01:54 2026
Elapsed46 mins, 57 secs

All Changes:

:

  1. Change #262868

    Category curl
    Changed by Greg Kroah-Hartman <gregkhohnoyoudont@linuxfoundation.org>
    Changed at Mon 30 Mar 2026 16:07:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fb6925c2434ac527883f9b14ce946ed0e386914f

    Comments

    socks: reject zero-length GSSAPI/SSPI tokens from proxy
    A "broken" SOCKS5 proxy can send an invalid length of the encryption
    token, which could cause malloc(0) to be called, which is a "platform
    can do what it wants" potential problem.
    
    Resolve this by explicitly checking the length and rejecting the invalid
    token before ever attempting to allocate any memory.
    
    Closes #21159

    Changed files

    • lib/socks_gssapi.c
    • lib/socks_sspi.c