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

Builder curl-pr-unthreaded-solaris10-sparc Build #2346

Results:

Failed

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/doh-leak
Revisionbb414728f8c5c211635f41a4508d818e1422089d
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 3 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -

Build Properties:

NameValueSource
branch bagder/doh-leak Build
builddir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave
buildername curl-pr-unthreaded-solaris10-sparc Builder
buildnumber 2346 Build
codebase Build
project curl/curl Build
repository https://github.com/curl/curl Build
revision bb414728f8c5c211635f41a4508d818e1422089d Build
scheduler schedule-curl-pr Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSun Mar 16 11:13:18 2025
EndSun Mar 16 11:13:21 2025
Elapsed3 secs

All Changes:

:

  1. Change #224720

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 11 Mar 2025 17:42:28
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/doh-leak
    Revision 1f1303771ea15202c1f6dcbcee716ed3895ed863

    Comments

    multi: kill off remaining internal handles in curl_multi_cleanup
    
    - if there are pending handles left in the list, they are leftovers
      (from for example Doh) and must be freed.
    
    - unlink_all_msgsent_handles() did not properly move all msgsent
      handles over to the process list as intended
    
    Fixes a DoH memory leak found by oss-fuzz.
    
    Add test 2101 that can reproduce and verify.

    Changed files

    • lib/multi.c
    • tests/data/Makefile.am
    • tests/data/test2101
  2. Change #224735

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 11 Mar 2025 23:17:25
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/doh-leak
    Revision 06f3c8438c3d7972f1d1c47d50a91cf375d1e424

    Comments

    multi: remove the assert(0)
    
    as it might reach this point

    Changed files

    • lib/multi.c
  3. Change #224737

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 11 Mar 2025 23:48:19
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/doh-leak
    Revision bb414728f8c5c211635f41a4508d818e1422089d

    Comments

    fixup allow exit code 6 as well

    Changed files

    • tests/data/test2101