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

Builder libpcap-solaris11-amd64 Build #138

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revision77a6d7232e952741d2b8e16668c18212df116afe
Got Revision77a6d7232e952741d2b8e16668c18212df116afe
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell './build_matrix.sh' ( 9 hrs, 26 mins, 40 secs )
    1. stdio
    2. config.log
  3. trigger triggered trigger-tcpdump-solaris10-amd64 ( 9 mins, 40 secs )
    1. - no logs -
    2. tcpdump-solaris10-amd64 #6120

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartTue Mar 3 05:57:28 2026
EndTue Mar 3 15:33:53 2026
Elapsed9 hrs, 36 mins, 25 secs

All Changes:

:

  1. Change #259587

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Mon 02 Mar 2026 20:44:10
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 61542941feff19af0f801caafc690351450e4e78

    Comments

    Don't assume Linux USB headers are 64-bit aligned.
    They might not be, especially in pcapng capture files, which only
    guarantee 32-bit alignment for packet data.
    
    Fixes GitHub issue #1634.
    
    Discovered by FuzzAnything Organization
    (https://github.com/FuzzAnything-ORG) (fuzzanything@gmail.com).

    Changed files

    • CMakeLists.txt
    • pcap-usb-linux.c
    • pcap-util.c
    • pcap-util.h
    • pcap/pcap-inttypes.h
    • pcap/usb.h
  2. Change #259588

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Mon 02 Mar 2026 20:54:25
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 77a6d7232e952741d2b8e16668c18212df116afe

    Comments

    CHANGES: add a fix. [skip ci]

    Changed files

    • CHANGES