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

Builder tcpdump-solaris10-sparcv9 Build #6226

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 20 secs )
    1. stdio
  4. shell_2 configure ( 2 mins, 19 secs )
    1. stdio
  5. shell_3 gmake ( 10 mins, 4 secs )
    1. stdio
  6. shell_4 check ( 1 mins, 28 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 6226 Build
codebase Build
got_revision f15ade2a825c1544922e442f51986aa2c54c6f3b Git
project tcpdump Build
repository https://git.tcpdump.org/tcpdump Build
revision f15ade2a825c1544922e442f51986aa2c54c6f3b 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 14:04:57 2026
EndWed Mar 25 14:19:25 2026
Elapsed14 mins, 27 secs

All Changes:

:

  1. Change #262304

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Wed 25 Mar 2026 13:53:33
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision f15ade2a825c1544922e442f51986aa2c54c6f3b

    Comments

    tcpdump: Fix a warning about use of a possibly-NULL pointer
    Found with GCC option -fanalyzer.
    
    The error was:
    tcpdump.c: In function 'open_interface':
    tcpdump.c:1251:13: warning: use of possibly-NULL 'device' where
      non-null expected [CWE-690] [-Wanalyzer-possible-null-argument]
     1251 |         if (strncmp(device, rpcap_prefix, sizeof(rpcap_prefix) \
                        - 1) == 0 ||
          |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    [...]
    In file included from ../libpcap/pcap/pcap-inttypes.h:98,
                     from netdissect-stdinc.h:78,
                     from tcpdump.c:41:
    /usr/include/string.h:159:12: note: argument 1 of 'strncmp' must be
      non-null
      159 | extern int strncmp (const char *__s1, const char *__s2, size_t __n)
          |            ^~~~~~~

    Changed files

    • tcpdump.c