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

Builder libpcap-solaris11-sparc Build #69

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell './build_matrix.sh' ( 3 hrs, 14 mins, 3 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 69 Build
codebase Build
got_revision 5375b151c9cf0ed2dd9164f4fe15321794bcb53e Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision 5375b151c9cf0ed2dd9164f4fe15321794bcb53e 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. Denis Ovsienko

Timing:

StartThu Nov 13 17:37:53 2025
EndThu Nov 13 20:52:00 2025
Elapsed3 hrs, 14 mins, 6 secs

All Changes:

:

  1. Change #248669

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Thu 13 Nov 2025 17:18:31
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 5375b151c9cf0ed2dd9164f4fe15321794bcb53e

    Comments

    rpcapd: Get port size check right in fileconf_read(). [skip ci]
    The block that fills the port member of an array element takes sizeof()
    of the address member, which is a bug, but a benign one because address
    and port are of the same exact size.  Fix it before it gets worse.
    
    Reported by Aniruddhan Murali and Noble Saji Mathews, both of University
    of Waterloo.  See GH #1566.

    Changed files

    • rpcapd/fileconf.c