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

Builder curl-ares-solaris11-sparc Build #5844

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 43 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 28 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 5844 Build
codebase Build
got_revision 71430e87fd3bcf8960b26325c9dd2b398876c121 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 71430e87fd3bcf8960b26325c9dd2b398876c121 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:

StartFri May 15 13:41:40 2026
EndFri May 15 14:31:50 2026
Elapsed50 mins, 10 secs

All Changes:

:

  1. Change #267223

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 15 May 2026 13:28:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 71430e87fd3bcf8960b26325c9dd2b398876c121

    Comments

    strparse: make curlx_str_until() accept zero for 'max'
    When asked to parse for a string with max zero bytes, it will always
    return error and no longer trigger an assert. This saves the caller from
    having to check for this condition.
    
    Closes #21600

    Changed files

    • lib/curlx/strparse.c