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

Builder libpsl-solaris10-sparcv9 Build #246

Results:

Failed shell_2 shell_3

SourceStamp:

Projectrockdaboot/libpsl
Repositoryhttps://github.com/rockdaboot/libpsl
Branchmaster
Revisionb2625f93f2dcb28ea6c4b33d4cb7ff50a24f3c00
Got Revisionb2625f93f2dcb28ea6c4b33d4cb7ff50a24f3c00
Changes1 change

BuildSlave:

unstable10s

Reason:

The AnyBranchScheduler scheduler named 'schedule-libpsl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. shell 'bash autogen.sh' ( 6 mins, 52 secs )
    1. stdio
  3. shell_1 './configure --with-psl-file=/opt/csw/share/public_suffix_list.dat' ( 35 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 43 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 3 secs )
    1. stdio
    2. test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/libpsl-solaris10-sparcv9 slave
buildername libpsl-solaris10-sparcv9 Builder
buildnumber 246 Build
codebase Build
got_revision b2625f93f2dcb28ea6c4b33d4cb7ff50a24f3c00 Git
project rockdaboot/libpsl Build
repository https://github.com/rockdaboot/libpsl Build
revision b2625f93f2dcb28ea6c4b33d4cb7ff50a24f3c00 Build
scheduler schedule-libpsl-pr Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/libpsl-solaris10-sparcv9 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Tim Rühsen

Timing:

StartSun Sep 26 18:04:20 2021
EndSun Sep 26 18:12:45 2021
Elapsed8 mins, 25 secs

All Changes:

:

  1. Change #142474

    Category None
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 26 Sep 2021 18:02:04
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch master
    Revision b2625f93f2dcb28ea6c4b33d4cb7ff50a24f3c00

    Comments

    Fix write buffer overflow by 1 in domain_to_punycode()
    
    This issue has been triggered after the previous commit increased
    the size of label_buf.
    
    It has been found by OSS-Fuzz (issue 39226).
    The testcase is included into the unit tests.

    Changed files

    • fuzz/libpsl_load_fuzzer.repro/clusterfuzz-testcase-libpsl_load_fuzzer-5191070590304256
    • src/psl.c