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

Builder curl-ares-solaris10-i386 Build #4228

Build In Progress:

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision70ec11358c3aac5fbae24b02f0c1c671741838dd
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4228 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 70ec11358c3aac5fbae24b02f0c1c671741838dd 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. Max Dymond
  2. Viktor Szakats

Timing:

StartWed Mar 4 22:24:24 2026
Elapsed5 hrs, 21 mins, 39 secs

All Changes:

:

  1. Change #259852

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 04 Mar 2026 12:37:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 38ee35353c1db18343817aa62ffb98aa966fd12a

    Comments

    examples: improve OpenSSL certificate examples
    - add/fix/synchronize error messages and comments.
    - consistently return error from the callback on failure.
    - fix potential leaks on OpenSSL API failures.
    - fix to not pass the nul-terminator to BIO read.
    - scope a variable.
    - sync code/formatting between the two examples.
    
    Closes #20807

    Changed files

    • docs/examples/cacertinmem.c
    • docs/examples/usercertinmem.c
  2. Change #259873

    Category curl
    Changed by Max Dymond <cmeister2ohnoyoudont@gmail.com>
    Changed at Wed 04 Mar 2026 18:33:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 70ec11358c3aac5fbae24b02f0c1c671741838dd

    Comments

    socks: ensure DNS is freed in failure cases.
    In several error cases in socks.c the DNS struct is not freed, which
    leads to memory leaks.
    
    Found by: OSS-Fuzz: 447858136
    
    Closes #20813

    Changed files

    • lib/socks.c