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

Builder tcpdump-solaris11-amd64 Build #65

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-tcpdump-solaris11-amd64' triggered this build

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell 'rm -rf ...' ( 0 secs )
    1. stdio
  3. shell_1 'git clone ...' ( 4 secs )
    1. stdio
  4. shell_2 './build_matrix.sh' ( 4 hrs, 1 mins, 32 secs )
    1. stdio
    2. config.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/tcpdump-solaris11-amd64 slave
buildername tcpdump-solaris11-amd64 Builder
buildnumber 65 Build
codebase Build
got_revision 1f2e3d10d4a81ba9c63e70f0f88b0944696bd293 Git
project tcpdump Build
repository https://git.tcpdump.org/tcpdump Build
revision 1f2e3d10d4a81ba9c63e70f0f88b0944696bd293 Build
scheduler schedule-tcpdump-solaris11-amd64 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/tcpdump-solaris11-amd64 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartWed Nov 26 15:57:56 2025
EndWed Nov 26 19:59:37 2025
Elapsed4 hrs, 1 mins, 41 secs

All Changes:

:

  1. Change #250090

    Category tcpdump
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Wed 26 Nov 2025 15:48:14
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision 1f2e3d10d4a81ba9c63e70f0f88b0944696bd293

    Comments

    Fix an OOBR in lwapp_control_print().
    Ironically, the code I added to validate LWAPP packets better can do an
    out-of-bounds read if a message element type is out of range.  This bug
    has been noted internally for some time, now Tommy DeVoss of Braze
    Security has discovered it independently.  Get the array size right to
    fix this.

    Changed files

    • print-lwapp.c