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

Builder curl-ares-solaris11-sparc Build #5611

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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 5611 Build
codebase Build
got_revision 2e5d219205ebec64a66bfd29bba73dd5049c434f Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2e5d219205ebec64a66bfd29bba73dd5049c434f 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. Daniel Stenberg

Timing:

StartSat Apr 4 22:35:01 2026
EndSat Apr 4 23:01:02 2026
Elapsed26 mins, 0 secs

All Changes:

:

  1. Change #263529

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 04 Apr 2026 22:32:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2e5d219205ebec64a66bfd29bba73dd5049c434f

    Comments

    sendf: fix CR detection if no LF is in the chunk
    When doing line ending conversions, and a chunk contains no '\n', the
    function returned early without updating prev_cr to reflect the last
    byte. It could then lead to CRLFs sequences not get converted when
    occuring right on the boundary border.
    
    Found by Codex Security
    
    Closes #21221

    Changed files

    • lib/sendf.c