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

Builder libpcap-solaris10-amd64 Build #3290

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-libpcap-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' ( 6 secs )
    1. stdio
  4. shell_2 './configure' ( 41 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 22 secs )
    1. stdio
  6. shell_4 'gmake check' ( 13 mins, 27 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 0 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 2 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-amd64 ( 6 mins, 3 secs )
    1. - no logs -
    2. tcpdump-solaris10-amd64 #6185

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartThu Apr 9 13:17:55 2026
EndThu Apr 9 13:38:46 2026
Elapsed20 mins, 51 secs

All Changes:

:

  1. Change #264066

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Wed 08 Apr 2026 19:02:32
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision a513eef4df577d4f3e201c896a29f479ca2614c6

    Comments

    Neutralize rpcap_doauth_userinfo().
    asoticdin <dinasotic100@gmail.com> found that rpcap_doauth_userinfo() is
    subject to a stack buffer overflow because it ignores the buffer size
    whilst copying data into it: one time for 'username' and another for
    'password'.
    
    The problem originated in commit 11303c1; it became smaller after commit
    f2ccd4b, but did not disappear.  This feature has not been a part of a
    release, so disable it until it is clear how to resolve the problem.

    Changed files

    • CHANGES
    • pcap-int.h
    • pcap-rpcap.c
    • pcap/pcap.h