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

Builder curl-pr-unthreaded-solaris10-i386 Build #3579

Results:

Failed

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/header-strtok
Revision026719b19fecc5e59ca7b79dd18545d3608e1057
Changes1 change

BuildSlave:

unstable10x

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/header-strtok Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3579 Build
codebase Build
project curl/curl Build
repository https://github.com/curl/curl Build
revision 026719b19fecc5e59ca7b79dd18545d3608e1057 Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu Mar 6 08:03:14 2025
EndThu Mar 6 08:03:16 2025
Elapsed2 secs

All Changes:

:

  1. Change #223930

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 05 Mar 2025 13:43:48
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/header-strtok
    Revision 026719b19fecc5e59ca7b79dd18545d3608e1057

    Comments

    tool_getparam: parse_header() without strtok
    
    Read a provided header file line-by-line instead. Avoids strtok(),
    avoids a possibly quite large malloc for the entire file.

    Changed files

    • src/tool_getparam.c