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

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

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 32 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 1871 Build
codebase Build
got_revision 62e45ce9cda0a04616a159b0d515cad8f10f1838 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 62e45ce9cda0a04616a159b0d515cad8f10f1838 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. Christian Schmitz

Timing:

StartSat May 4 11:47:11 2024
EndSat May 4 12:10:47 2024
Elapsed23 mins, 36 secs

All Changes:

:

  1. Change #196423

    Category None
    Changed by Christian Schmitz <supportohnoyoudont@monkeybreadsoftware.de>
    Changed at Sat 04 May 2024 11:44:27
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 62e45ce9cda0a04616a159b0d515cad8f10f1838

    Comments

    dynbuf: Fix returncode on memory error
    
    Curl_dyn_vaddf should return a proper error code in case allocating
    memory failed.
    
    Closes: #13533
    Author: Christian Schmitz <support@monkeybreadsoftware.de>
    Reviewed-by: Daniel Gustafsson <daniel@yesql.se>

    Changed files

    • lib/dynbuf.c