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

Builder curl-threaded-solaris10-sparc Build #3551

Build In Progress:

Runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3551 Build
codebase Build
got_revision 2e5d219205ebec64a66bfd29bba73dd5049c434f Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2e5d219205ebec64a66bfd29bba73dd5049c434f Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSun Apr 5 07:08:46 2026
Elapsed11 hrs, 13 mins, 57 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