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

Builder tcpdump-solaris10-amd64 Build #5926

Results:

Build successful

SourceStamp:

Projecttcpdump
Repositoryhttps://git.tcpdump.org/tcpdump
Branchmaster
Revisiond839e5d3b61172d1f25c26a701988106bfd0c37b
Got Revisiond839e5d3b61172d1f25c26a701988106bfd0c37b
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, 8 secs )
    1. stdio
  5. shell_3 gmake ( 4 mins, 0 secs )
    1. stdio
  6. shell_4 check ( 1 mins, 14 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 5926 Build
codebase Build
got_revision d839e5d3b61172d1f25c26a701988106bfd0c37b Git
project tcpdump Build
repository https://git.tcpdump.org/tcpdump Build
revision d839e5d3b61172d1f25c26a701988106bfd0c37b 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. Francois-Xavier Le Bail

Timing:

StartWed Jul 16 10:02:23 2025
EndWed Jul 16 10:09:00 2025
Elapsed6 mins, 36 secs

All Changes:

:

  1. Change #239902

    Category tcpdump
    Changed by Francois-Xavier Le Bail <devel.fx.lebailohnoyoudont@orange.fr>
    Changed at Wed 16 Jul 2025 09:54:57
    Repository https://git.tcpdump.org/tcpdump
    Project tcpdump
    Branch master
    Revision d839e5d3b61172d1f25c26a701988106bfd0c37b

    Comments

    IPv6 mobility: Print the message name before the check on it
    Print a more precise error message about the message header length.
    
    This is an invalid case, not a truncation case.
    
    Before:
    (header length 8 is too small for type 6) [|mobility]
    After:
    BA (header length 8 < 12) (invalid)

    Changed files

    • print-mobility.c
    • tests/cve2015-0261-ipv6.out