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

Builder curl-unthreaded-solaris11-sparc Build #4777

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 20 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-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 4777 Build
codebase Build
got_revision bfc3d131b6b5be7b7219dc016ff600f58e279c6c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision bfc3d131b6b5be7b7219dc016ff600f58e279c6c 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:

StartFri Nov 28 10:18:03 2025
EndFri Nov 28 10:20:31 2025
Elapsed2 mins, 27 secs

All Changes:

:

  1. Change #250355

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 28 Nov 2025 10:06:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bfc3d131b6b5be7b7219dc016ff600f58e279c6c

    Comments

    http: add asserts for null terminator for input strings
    http_rw_hd() assumes the null terminator is present. These asserts make
    sure this remains true.
    
    Closes #19741

    Changed files

    • lib/http.c
    • lib/transfer.c