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

Builder curl-ares-solaris10-i386 Build #4435

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision5df33efab41c5888ac8d70c4546ba5f9b2d479aa
Got Revision5df33efab41c5888ac8d70c4546ba5f9b2d479aa
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon Jun 8 13:24:00 2026
EndMon Jun 8 23:04:07 2026
Elapsed9 hrs, 40 mins, 7 secs

All Changes:

:

  1. Change #269853

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

    Comments

    Revert "url: remove ssh_config_matches"
    This reverts commit 3e9817cd1bb6aa53d3d3bf10572bb245d064870c.
    
    The change was incorrect as the check was not for the options the commit
    message mentions.
    
    Reported-by: ByteRay on hackerone
    Closes #21899

    Changed files

    • lib/url.c
  2. 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
  3. Change #269867

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 08 Jun 2026 12:37:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5df33efab41c5888ac8d70c4546ba5f9b2d479aa

    Comments

    setopt: claer the "custom" CA booleans when set to NULL
    Mark them as custom choices only when pointer is passed, and clear them
    again when set to NULL.
    
    Closes #21901

    Changed files

    • lib/setopt.c