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

Builder curl-unthreaded-solaris11-i386 Build #3576

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 12 mins, 7 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 10 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 3576 Build
codebase Build
got_revision c314759c4c40114a510f2d67de2d51edc6eec16c Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c314759c4c40114a510f2d67de2d51edc6eec16c Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartMon Jun 9 11:25:08 2025
EndMon Jun 9 14:10:42 2025
Elapsed2 hrs, 45 mins, 34 secs

All Changes:

:

  1. Change #231692

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 09 Jun 2025 11:22:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c314759c4c40114a510f2d67de2d51edc6eec16c

    Comments

    pingpong: on disconnect, check for unflushed pingpong state
    When a pingpong based protocol tries to perform a connection disconnect,
    it sends a sort of "logout" command to the server, unless the connection
    is deemed dead.
    
    But the disconnect might happen before pingpong data has been completely
    sent, in which case sending the "logout" will not work. Check the
    pingpong state and do not "logout" when data is pending.
    
    This was detected as a condition in fuzzing that triggered a debug
    assert in the pingpong sending.
    
    Closes #17555

    Changed files

    • lib/ftp.c
    • lib/imap.c
    • lib/pop3.c
    • lib/smtp.c