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

Builder ffmpeg64-solaris10-i386 Build #13679

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision5408059eb7f2ff628ba25db7ff8714e707467c49
Got Revision5408059eb7f2ff628ba25db7ff8714e707467c49
Changes2 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg64-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 ( 7 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_64.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/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 13679 Build
codebase Build
got_revision 5408059eb7f2ff628ba25db7ff8714e707467c49 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 5408059eb7f2ff628ba25db7ff8714e707467c49 Build
scheduler schedule-ffmpeg64-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Michael Niedermayer
  2. depthfirst-dev[bot]

Timing:

StartSat May 2 23:42:25 2026
EndSat May 2 23:42:38 2026
Elapsed13 secs

All Changes:

:

  1. Change #266139

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 02 May 2026 23:39:02
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 05817dc7dd269bcdb9ded330d0bbfb70511697a9

    Comments

    avcodec/notchlc: Check 255 loops
    Fixes: integer overflow
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/notchlc.c
  2. Change #266140

    Category ffmpeg
    Changed by depthfirst-dev[bot] <1012587+depthfirst-dev[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Sat 02 May 2026 23:40:19
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5408059eb7f2ff628ba25db7ff8714e707467c49

    Comments

    avformat/cafdec: fix negative index use in read_seek
    av_index_search_timestamp() returns a negative value when a seek target
    cannot be resolved from the stream index. Bail out before using that
    result as an index into sti->index_entries to avoid out-of-bounds reads.
    
    Fixes: Buffer underflow
    
    Fixes: DFVULN-608
    
    *Vulnerability reported by Zhenpeng (Leo) Lin at depthfirst*
    *Patch validated by Zheng Yu at depthfirst*

    Changed files

    • libavformat/cafdec.c