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

Builder libpcap-solaris11-sparc Build #93

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. shell './build_matrix.sh' ( 2 hrs, 46 mins, 46 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 93 Build
codebase Build
got_revision 6870404f35da32d63a0a8789edb010842dd6b208 Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision 6870404f35da32d63a0a8789edb010842dd6b208 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. Guy Harris

Timing:

StartMon Dec 22 00:42:39 2025
EndMon Dec 22 03:29:29 2025
Elapsed2 hrs, 46 mins, 49 secs

All Changes:

:

  1. Change #252984

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Mon 22 Dec 2025 00:32:10
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 6870404f35da32d63a0a8789edb010842dd6b208

    Comments

    bpf: fix resource leaks and set error messages.
    In the FreeBSD-CURRENT code to use BIOCGETIFLIST, close the BPF device
    descriptor and free the device list buffer before returning.
    
    For ioctl() and malloc() errors, use pcapint_fmt_errmsg_for_errno() to
    generate an error message.
    
    Fix some comments.

    Changed files

    • pcap-bpf.c