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

Builder curl-ares-solaris11-sparc Build #4226

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 36 mins, 45 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4226 Build
codebase Build
got_revision 9657a2041e7745aecd5b16c5c6d812424edfc6fd Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9657a2041e7745aecd5b16c5c6d812424edfc6fd Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartMon Jul 21 19:23:43 2025
EndMon Jul 21 20:41:42 2025
Elapsed1 hrs, 17 mins, 59 secs

All Changes:

:

  1. Change #240326

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 21 Jul 2025 19:11:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9657a2041e7745aecd5b16c5c6d812424edfc6fd

    Comments

    curl: tool_read_cb fix of segfault
    When transfers read client input without an upload file, the check if
    upload file is '.' strcompared a NULL.
    
    Add test 1548 to reproduce and verify fix.
    
    Reported-by: d1r3ct0r
    Fixes #17978
    Closes #17987

    Changed files

    • src/tool_cb_rea.c
    • tests/data/Makefile.am
    • tests/data/test1548