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

Builder ffmpeg-solaris10-sparc Build #12916

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision4bfac71ecd96488dd2dcd5649e08edb039a17a8b
Got Revision4bfac71ecd96488dd2dcd5649e08edb039a17a8b
Changes1 change

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 7 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 ( 6 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.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-unstable10s/slave/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12916 Build
codebase Build
got_revision 4bfac71ecd96488dd2dcd5649e08edb039a17a8b Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 4bfac71ecd96488dd2dcd5649e08edb039a17a8b Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Leo Izen

Timing:

StartWed Dec 31 03:41:17 2025
EndWed Dec 31 03:41:32 2025
Elapsed15 secs

All Changes:

:

  1. Change #253637

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Wed 31 Dec 2025 02:43:49
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4bfac71ecd96488dd2dcd5649e08edb039a17a8b

    Comments

    avcodec/exif.c: avoid buffer overflow with extra IFDs
    Maliciously constructed input EXIF blocks could use the extra IFDs we
    set aside in noncontinugous ways, which will cause them to be written
    as subdirectories of IFD0 rather than existing IFDs. The base tag size
    is (correctly) excluded from the size calculation, but if they are
    being written as additional tags, the allocation will be too small and
    a write may overflow.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>

    Changed files

    • libavcodec/exif.c