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

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

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 17 mins, 28 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3656 Build
codebase Build
got_revision ebce3f0c02a78c1b440516654ad2d3a91dffa2fc Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision ebce3f0c02a78c1b440516654ad2d3a91dffa2fc 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. Stefan Eissing

Timing:

StartSat Mar 15 21:50:52 2025
EndSat Mar 15 23:08:28 2025
Elapsed1 hrs, 17 mins, 35 secs

All Changes:

:

  1. Change #225069

    Category None
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sat 15 Mar 2025 21:49:38
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision ebce3f0c02a78c1b440516654ad2d3a91dffa2fc

    Comments

    ftp/sftp: strdup data info memory
    
    Fix the broken implementation to have `data->state` carry pointers into
    connectdata members. Always dup the memory and free when easy handle
    closes.
    
    Closes #16733

    Changed files

    • lib/ftp.c
    • lib/url.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c