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

Builder curl-ares-solaris11-sparc Build #6077

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 38 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-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 6077 Build
codebase Build
got_revision 2f8fb98c5f0c4ff490a6c836634b69034d2a7cd9 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2f8fb98c5f0c4ff490a6c836634b69034d2a7cd9 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. alhudz

Timing:

StartThu Jun 18 14:30:13 2026
EndThu Jun 18 15:22:19 2026
Elapsed52 mins, 6 secs

All Changes:

:

  1. Change #271616

    Category curl
    Changed by alhudz <al.hudz.kohnoyoudont@gmail.com>
    Changed at Thu 18 Jun 2026 14:17:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2f8fb98c5f0c4ff490a6c836634b69034d2a7cd9

    Comments

    pingpong: reject nul byte in server response line
    Add test 2108 covering the rejection over FTP. Drop the now-vestigial
    nul bytes from test 1282; they exercised the removed Kerberos FTP
    security buffer check and now trip this rejection before the 633
    login-denied path is reached.
    
    Closes #21996

    Changed files

    • lib/pingpong.c
    • tests/data/Makefile.am
    • tests/data/test1282
    • tests/data/test2108