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

Builder curl-pr-unthreaded-solaris10-sparc Build #1052

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/multi-leak
Revision6a039306b3e9f523e2303b1e7e063b0323f1938e
Got Revision6a039306b3e9f523e2303b1e7e063b0323f1938e
Changes1 change

BuildSlave:

unstable10s

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 12 mins, 59 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch bagder/multi-leak Build
builddir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave
buildername curl-pr-unthreaded-solaris10-sparc Builder
buildnumber 1052 Build
codebase Build
got_revision 6a039306b3e9f523e2303b1e7e063b0323f1938e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 6a039306b3e9f523e2303b1e7e063b0323f1938e Build
scheduler schedule-curl-pr Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Apr 25 18:41:59 2024
EndFri Apr 26 03:27:14 2024
Elapsed8 hrs, 45 mins, 15 secs

All Changes:

:

  1. Change #195907

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 25 Apr 2024 09:56:19
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/multi-leak
    Revision 6a039306b3e9f523e2303b1e7e063b0323f1938e

    Comments

    multi: avoid memory-leak risk
    
    'newurl' is allocated in some conditions and used in a few scenarios,
    but there were theoritecal combinations in which it would not get freed.
    Move the free to happen unconditionally. Never trigged by tests, but
    spotted by Coverity.

    Changed files

    • lib/multi.c