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

Builder curl-ares-solaris10-i386 Build #3439

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 12 mins, 59 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 3439 Build
codebase Build
got_revision 12d13b84fa40aa657b83d5458944dbd9b978fb7e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 12d13b84fa40aa657b83d5458944dbd9b978fb7e 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:

StartThu May 29 12:10:53 2025
EndThu May 29 15:55:51 2025
Elapsed3 hrs, 44 mins, 57 secs

All Changes:

:

  1. Change #230967

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 29 May 2025 11:54:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 12d13b84fa40aa657b83d5458944dbd9b978fb7e

    Comments

    tool_getparam: remove two nextarg NULL checks
    Because by checking for NULL when the argument can never be NULL, they
    mislead the static analyzers into thinking it *can* be NULL and then the
    analyzers tend to warn about other places in the code *without* the
    check!
    
    Closes #17483

    Changed files

    • src/tool_getparam.c