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

Builder curl-unthreaded-solaris11-sparc Build #6224

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 27 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-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 6224 Build
codebase Build
got_revision ca26e728a62b8f22032f29445c8e4e865cb9e3ad Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ca26e728a62b8f22032f29445c8e4e865cb9e3ad Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Aug 13 13:04:36 2026
EndThu Aug 13 13:28:15 2026
Elapsed23 mins, 38 secs

All Changes:

:

  1. Change #278086

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 13 Aug 2026 14:43:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ca26e728a62b8f22032f29445c8e4e865cb9e3ad

    Comments

    conncache: don't assume curl_off_t increment wrap-around
    In the totally unlikely event that next_easy_id would ever wrap, avoid
    undefined behavior. It is a signed type.
    
    Also: update the related comment in urldata.h that mentioned LONG_MAX
    but is nowadays CURL_OFF_T_MAX
    
    Closes #22569

    Changed files

    • lib/conncache.c
    • lib/urldata.h