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

Builder libpcap-solaris11-sparc Build #70

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revisiona957fc513afec02420daef2c43209f556d04fe33
Got Revisiona957fc513afec02420daef2c43209f556d04fe33
Changes1 change

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-libpcap-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell './build_matrix.sh' ( 2 hrs, 48 mins, 41 secs )
    1. stdio
    2. config.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/libpcap-solaris11-sparc slave
buildername libpcap-solaris11-sparc Builder
buildnumber 70 Build
codebase Build
got_revision a957fc513afec02420daef2c43209f556d04fe33 Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision a957fc513afec02420daef2c43209f556d04fe33 Build
scheduler schedule-libpcap-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/libpcap-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartSat Nov 15 14:27:53 2025
EndSat Nov 15 17:16:37 2025
Elapsed2 hrs, 48 mins, 44 secs

All Changes:

:

  1. Change #248789

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Sat 15 Nov 2025 14:09:28
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision a957fc513afec02420daef2c43209f556d04fe33

    Comments

    filtertest: Fix two NULL pointer dereferences. [skip ci]
    TESTrun among other accept tests runs filtertest with an empty filter
    string, but it does not run filtertest without a filter string, which is
    exactly what my commit a64b807 has broken, as Francois-Xavier notes:
    
    $ filtertest EN10MB
    Segmentation fault
    
    Do not substitute NULL with an empty string because that would get in
    the way of testing the NULL filter later if required.  Instead add a
    missing check for NULL in the new code block and another in the old code
    block that prints the expression if optimizer debugging is enabled.  Add
    more comments.

    Changed files

    • testprogs/filtertest.c