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

Builder ffmpegsos-solaris10-i386 Build #14184

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision19035c35fcd332ed4025159fb1ae423f982fa19f
Got Revision19035c35fcd332ed4025159fb1ae423f982fa19f
Changes3 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 0 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 0 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 8 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 0 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.sh' failed ( 3 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 14184 Build
codebase Build
got_revision 19035c35fcd332ed4025159fb1ae423f982fa19f Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 19035c35fcd332ed4025159fb1ae423f982fa19f Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jiale Yao
  2. Marco Reimann
  3. Michael Niedermayer

Timing:

StartFri Jun 26 23:24:28 2026
EndFri Jun 26 23:24:46 2026
Elapsed18 secs

All Changes:

:

  1. Change #273008

    Category ffmpeg
    Changed by Marco Reimann <marcoohnoyoudont@mpreimann.de>
    Changed at Fri 26 Jun 2026 23:14:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f9482e1d01d7ae9395194f3c84b1d67dfb65c645

    Comments

    avcodec/nellymoserdec: Check block count to avoid integer overflow
    Fixes: out of array access
    Fixes: nelly.avi / gen_nelly_overflow.py
    Fixes: pgc86PfE7ZpA
    Fixes: 0eea21294354 (Add avcodec_decode_audio4().)
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/nellymoserdec.c
  2. Change #273009

    Category ffmpeg
    Changed by Jiale Yao <19888972804ohnoyoudont@163.com>
    Changed at Fri 26 Jun 2026 23:15:23
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 56309e476ab385881b15fe52634ba2208bb7f4ba

    Comments

    avfilter/vf_vif: Fix out of array access with small dimensions
    The hand written boundary mirroring reflected an out of range index only
    once, which is insufficient when the image dimension is smaller than the
    filter half width (filt_w/2 == 8). A 1x1 input made the index reach 8
    and -7, reading out of the src[]/temp[] arrays. Use avpriv_mirror(),
    which mirrors repeatedly and stays in range for any dimension.
    
    Fixes: out of array access
    Fixes: repro.sh
    Fixes: HuQn51lLiVJX
    Fixes: 38aea9b041 (avfilter: add vif filter)
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavfilter/vf_vif.c
  3. Change #273010

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Fri 26 Jun 2026 23:17:14
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 19035c35fcd332ed4025159fb1ae423f982fa19f

    Comments

    avcodec/mpeg4videodec: Copy studio_profile in frame-thread context update
    Fixes: out of array access
    Fixes: poc.m4v / make_poc.py
    Fixes: 93KU7grvT7G1
    Fixes: f9d3841ae6 (mpeg4video: Add support for MPEG-4 Simple Studio Profile.)
    Found-by: VulnForge Security Research Team <haoyuliu@clouditera.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/mpeg4videodec.c