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

Builder tcpdump-solaris10-amd64 Build #6019

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 5 secs )
    1. stdio
  4. shell_2 configure ( 1 mins, 20 secs )
    1. stdio
  5. shell_3 gmake ( 4 mins, 37 secs )
    1. stdio
  6. shell_4 check ( 1 mins, 29 secs )
    1. stdio
    2. failure-outputs.txt

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartWed Nov 26 15:57:53 2025
EndWed Nov 26 16:05:31 2025
Elapsed7 mins, 38 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