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

Builder ffmpegsos-solaris10-i386 Build #13822

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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 ( 7 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.sh' failed ( 0 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 13822 Build
codebase Build
got_revision 2678bce860877ac95423e63f7858dbb96d3e255b Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 2678bce860877ac95423e63f7858dbb96d3e255b 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. Michael Niedermayer
  2. depthfirst-dev[bot]

Timing:

StartSun May 3 16:42:28 2026
EndSun May 3 16:42:44 2026
Elapsed15 secs

All Changes:

:

  1. Change #266175

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sun 03 May 2026 16:39:45
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f47ca0a5e6afe9ed3dbd8080220f741983fecb20

    Comments

    avformat/matroskadec: Check audio.sub_packet_h * audio.frame_size
    Fixes: out of array access
    Fixes: poc_matroska.mkv
    
    This issue requires manually increasing the malloc limit
    (-max_alloc 4294967296)
    
    Found-by: Guanni Qu <qguanni@gmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavformat/matroskadec.c
  2. Change #266176

    Category ffmpeg
    Changed by depthfirst-dev[bot] <1012587+depthfirst-dev[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Sun 03 May 2026 16:40:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f1c3f1cae1bbe51d61fea461954b70882c3800ff

    Comments

    avformat/avidec: validate INFO list size before parsing
    Reject INFO list chunks that are too small to contain the expected
    4-byte list type field before calling ff_read_riff_info().
    
    The parser subtracts 4 from the list size when handing the remaining
    payload to ff_read_riff_info(). If the chunk is smaller than 4 bytes,
    that underflows the expected structure and should be treated as invalid
    input.
    
    Fixes: DFVULN-607
    
    *Vulnerability reported by Zhenpeng (Leo) Lin at depthfirst*
    *Patch validated by Zheng Yu at depthfirst*

    Changed files

    • libavformat/avidec.c
  3. Change #266177

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sun 03 May 2026 16:40:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2678bce860877ac95423e63f7858dbb96d3e255b

    Comments

    avformat/avidec: check LIST size in avi_load_index()
    This avoids an unsigned integer underflow and passing that large value to ff_read_riff_info()

    Changed files

    • libavformat/avidec.c