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

Builder libpcap-solaris11-sparc Build #46

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

StartSun Sep 7 23:52:51 2025
EndMon Sep 8 01:25:56 2025
Elapsed1 hrs, 33 mins, 5 secs

All Changes:

:

  1. Change #244574

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Sun 07 Sep 2025 23:46:31
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision aebfca1aea2fc8c177760a26e8f4de27b51d1b3b

    Comments

    Fix a copy-and-pasteo in utf_16le_to_utf_8_truncated().
    For the four octets of UTF-8 case, it was decrementing the remaining
    buffer length by 3, not 4.
    
    Thanks to a team of developers from the Univesity of Waterloo for
    reporting this.

    Changed files

    • fmtutils.c