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

Builder curl-ares-solaris10-sparc Build #3529

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 13 mins, 25 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3529 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-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSun Apr 5 07:28:47 2026
EndSun Apr 5 19:34:54 2026
Elapsed12 hrs, 6 mins, 7 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