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

Builder curl-ares-solaris10-sparc Build #3504

Build In Progress:

ETA: 15:53:31 [16 mins, 28 secs]

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision0c475b5df746f417609a5b25ed6ed59a6db63f2f
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3504 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 0c475b5df746f417609a5b25ed6ed59a6db63f2f 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:

StartMon Mar 23 10:23:51 2026
Elapsed5 hrs, 13 mins, 11 secs

All Changes:

:

  1. Change #262028

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 22 Mar 2026 23:58:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9820e5dface5739accda14e656d89a7f84642c61

    Comments

    tool_operate: fix memory-leak on failed uploads
    Add test case 1673 to do repeated upload failures and verify there is no
    leak. This proved a previous leak and now it verifies the fix.
    
    Reported-by: James Fuller
    Closes #21062

    Changed files

    • src/tool_operate.c
    • tests/data/Makefile.am
    • tests/data/test1673
  2. Change #262036

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Mar 2026 08:26:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0c475b5df746f417609a5b25ed6ed59a6db63f2f

    Comments

    urlapi: remove redundant condition in dedotdotify
    Bonus: remove two variables, clear up some comments.
    
    Poined out by CodeSonar
    
    Closes #21065

    Changed files

    • lib/urlapi.c