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

Builder ffmpeg64-solaris10-sparc Build #12302

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 12302 Build
codebase Build
got_revision 829680f96a7a7ff02d1543895ec0fb713309d5c0 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 829680f96a7a7ff02d1543895ec0fb713309d5c0 Build
scheduler schedule-ffmpeg64-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Leo Izen

Timing:

StartWed Jul 23 12:44:31 2025
EndWed Jul 23 12:46:44 2025
Elapsed2 mins, 13 secs

All Changes:

:

  1. Change #240486

    Category ffmpeg
    Changed by Leo Izen <leo.izenohnoyoudont@gmail.com>
    Changed at Wed 23 Jul 2025 12:22:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 829680f96a7a7ff02d1543895ec0fb713309d5c0

    Comments

    avcodec/jpegxl_parser: add sanity check for frame size
    If a frame size is absolutely massive, this can spin the parser as it
    attempts to decode a permuted TOC. We add a sanity check here for eight
    times the size of the image for an internal frame to prevent malicious
    bitstreams from slowing the parser down to a crawl.
    
    Signed-off-by: Leo Izen <leo.izen@gmail.com>
    Reported-by: Kacper Michajłow <kasper93@gmail.com>

    Changed files

    • libavcodec/jpegxl_parser.c