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

Builder curl-unthreaded-solaris10-i386 Build #16073

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 46 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-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16073 Build
codebase Build
got_revision bfc3d131b6b5be7b7219dc016ff600f58e279c6c Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision bfc3d131b6b5be7b7219dc016ff600f58e279c6c Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartFri Nov 28 10:18:06 2025
EndFri Nov 28 10:26:54 2025
Elapsed8 mins, 48 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