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

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

Results:

Failed

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/doh-httpsrr-free
Revisiona282aa43084717c93f5f6a18ffeca929e7930870
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch bagder/doh-httpsrr-free Build
builddir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave
buildername curl-pr-unthreaded-solaris10-sparc Builder
buildnumber 2356 Build
codebase Build
project curl/curl Build
repository https://github.com/curl/curl Build
revision a282aa43084717c93f5f6a18ffeca929e7930870 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:

StartMon Mar 17 15:03:41 2025
EndMon Mar 17 15:03:44 2025
Elapsed2 secs

All Changes:

:

  1. Change #224956

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 13 Mar 2025 23:33:07
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/doh-httpsrr-free
    Revision 78e27debbda23a778e4e548c94626afc39a0cb2a

    Comments

    doh: remove wrong but unreachable exit path from doh_decode_rdata_name
    
    The condition could not happen, as the function is only called from a
    single place where the caller already made sure it can't happen. This
    change still removes the flawed logic.
    
    Reported-by: Ronald Crane

    Changed files

    • lib/doh.c
  2. Change #224957

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 13 Mar 2025 23:33:33
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/doh-httpsrr-free
    Revision a282aa43084717c93f5f6a18ffeca929e7930870

    Comments

    dynbuf: add an assert to Curl_dyn_free() checking the ->init
    
    All other dynbuf functions already do it, this should as well.

    Changed files

    • lib/dynbuf.c