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

Builder curl-ares-solaris11-i386 Build #5197

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 4 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-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5197 Build
codebase Build
got_revision 9b69cfb937850e04fa83294fc79b439c4225d4be Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9b69cfb937850e04fa83294fc79b439c4225d4be Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Jun 8 09:39:44 2026
EndMon Jun 8 10:57:24 2026
Elapsed1 hrs, 17 mins, 40 secs

All Changes:

:

  1. Change #269857

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 08 Jun 2026 09:37:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9b69cfb937850e04fa83294fc79b439c4225d4be

    Comments

    var: use a dedicated pointer for the alloc
    As the 'c' pointer might actually get modified before it is time to free
    the memory.
    
    Verify in test 2310
    
    Reported-by: Eunsoo Kim
    Fixes #21898
    Closes #21900

    Changed files

    • src/var.c
    • tests/data/Makefile.am
    • tests/data/test2310