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

Builder curl-ares-solaris10-i386 Build #3410

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue May 20 17:25:45 2025
EndTue May 20 21:19:23 2025
Elapsed3 hrs, 53 mins, 38 secs

All Changes:

:

  1. Change #230310

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 20 May 2025 16:08:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 155af7ac777e3f39e7122b9d14cc031357316564

    Comments

    ftplistparser: add two overflow preventions
    These two conditions probably cannot actually happen, but these two
    checks make that certain and should please the static code analyzers.
    
    Pointed out by Coverity
    
    Closes #17397

    Changed files

    • lib/ftplistparser.c