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

Builder curl-unthreaded-solaris11-sparc Build #2382

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 28 mins, 33 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 2382 Build
codebase Build
got_revision 0a94d182415f554d28ce6e16c6bfd2e136a522ee Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0a94d182415f554d28ce6e16c6bfd2e136a522ee Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartMon May 6 09:13:18 2024
EndMon May 6 10:10:59 2024
Elapsed57 mins, 40 secs

All Changes:

:

  1. Change #196493

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 06 May 2024 09:09:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0a94d182415f554d28ce6e16c6bfd2e136a522ee

    Comments

    doh: cleanups in ECH related functions
    - make local_decode_rdata_name use dynbuf instead of calloc + memcpy
    - avoid extra memdup in local_decode_rdata_alpn
    - no need to if() before free()
    - use memdup instead of calloc + memcpy in Curl_doh_decode_httpsrr
    
    Reviewed-by: Stephen Farrell
    Closes #13526

    Changed files

    • lib/doh.c