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

Builder ffmpeg-solaris10-sparc Build #13105

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 25 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.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 13105 Build
codebase Build
got_revision 273b161a98bcd918b47397b6a3e1bcc46aefcf67 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 273b161a98bcd918b47397b6a3e1bcc46aefcf67 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. Hassan Hany

Timing:

StartSun Feb 8 20:58:05 2026
EndSun Feb 8 20:58:39 2026
Elapsed34 secs

All Changes:

:

  1. Change #257266

    Category ffmpeg
    Changed by Hassan Hany <hassanhanyrashadohnoyoudont@gmail.com>
    Changed at Sun 08 Feb 2026 20:56:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 273b161a98bcd918b47397b6a3e1bcc46aefcf67

    Comments

    avcodec/exif: skip EXIF entries with invalid TIFF field type 0
    EXIF IFD entries with TIFF field type 0 are invalid per the specification.
    Without a check, exif_read_values() fails to allocate entry->value,
    causing an out of memory error.
    
    This patch skips such entries early during parsing, allowing decoding
    to continue normally.
    
    Fixes: https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/21623

    Changed files

    • libavcodec/exif.c