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

Builder tcpdump-solaris10-sparcv9 Build #6225

Results:

Build successful

SourceStamp:

Projecttcpdump
Repositoryhttps://git.tcpdump.org/tcpdump
Branchmaster
Revision32c6185b4569ef743bdacb5fd138c8ad63f09827
Got Revision32c6185b4569ef743bdacb5fd138c8ad63f09827
Changes1 change

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-tcpdump-solaris10-sparcv9' triggered this build

Steps and Logfiles:

  1. git update ( 23 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 21 secs )
    1. stdio
  4. shell_2 configure ( 2 mins, 33 secs )
    1. stdio
  5. shell_3 gmake ( 10 mins, 11 secs )
    1. stdio
  6. shell_4 check ( 1 mins, 35 secs )
    1. stdio
    2. failure-outputs.txt

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/tcpdump-solaris10-sparcv9 slave
buildername tcpdump-solaris10-sparcv9 Builder
buildnumber 6225 Build
codebase Build
got_revision 32c6185b4569ef743bdacb5fd138c8ad63f09827 Git
project tcpdump Build
repository https://git.tcpdump.org/tcpdump Build
revision 32c6185b4569ef743bdacb5fd138c8ad63f09827 Build
scheduler schedule-tcpdump-solaris10-sparcv9 Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/tcpdump-solaris10-sparcv9 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Francois-Xavier Le Bail

Timing:

StartWed Mar 25 09:05:17 2026
EndWed Mar 25 09:20:23 2026
Elapsed15 mins, 5 secs

All Changes:

:

  1. Change #262262

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Wed 25 Mar 2026 08:57:10
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 32c6185b4569ef743bdacb5fd138c8ad63f09827

    Comments

    tcpdump: Fix a warning about use of a possibly-NULL pointer
    Found with GCC option -fanalyzer.
    
    The error was:
    tcpdump.c: In function 'main':
    tcpdump.c:1665:20: warning: use of possibly-NULL 'program_name' where
      non-null expected [CWE-690] [-Wanalyzer-possible-null-argument]
     1665 |         last_dot = strrchr(program_name, '.');
          |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~
    [...]
    In file included from ../libpcap/pcap/pcap-inttypes.h:98,
                     from netdissect-stdinc.h:78,
                     from tcpdump.c:41:
    /usr/include/string.h:273:14: note: argument 1 of 'strrchr' must be
      non-null
      273 | extern char *strrchr (const char *__s, int __c)
          |              ^~~~~~~

    Changed files

    • tcpdump.c