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

Builder curl-ares-solaris11-sparc Build #4351

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 2 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 4351 Build
codebase Build
got_revision c6ae07c6a541e0e96d0040afb62b45dd37711300 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c6ae07c6a541e0e96d0040afb62b45dd37711300 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:

StartWed Aug 13 01:04:45 2025
EndWed Aug 13 01:33:56 2025
Elapsed29 mins, 10 secs

All Changes:

:

  1. Change #242855

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 13 Aug 2025 01:00:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c6ae07c6a541e0e96d0040afb62b45dd37711300

    Comments

    cookie: don't treat the leading slash as trailing
    If there is only a leading slash in the path, keep that. Also add an
    assert to make sure the path is never blank.
    
    Reported-by: Google Big Sleep
    Closes #18266

    Changed files

    • lib/cookie.c