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

Builder curl-pr-unthreaded-solaris10-i386 Build #1838

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 24 mins, 14 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch bagder/multi-leak Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 1838 Build
codebase Build
got_revision 6a039306b3e9f523e2303b1e7e063b0323f1938e Git
osplatform I386 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 unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Apr 25 09:58:20 2024
EndThu Apr 25 11:24:55 2024
Elapsed1 hrs, 26 mins, 35 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