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

Builder ffmpeg64-solaris10-sparc Build #13874

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision45278542816cab5e8dcb120f9bd62e43ab2857bd
Got Revision45278542816cab5e8dcb120f9bd62e43ab2857bd
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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_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-unstable10s/slave/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 13874 Build
codebase Build
got_revision 45278542816cab5e8dcb120f9bd62e43ab2857bd Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 45278542816cab5e8dcb120f9bd62e43ab2857bd 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. David Korczynski
  2. David Korczynski
  3. Michael Niedermayer
  4. Zhen Yan

Timing:

StartFri Jun 12 02:49:12 2026
EndFri Jun 12 02:49:26 2026
Elapsed14 secs

All Changes:

:

  1. Change #270560

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Fri 12 Jun 2026 02:43:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d2dd0a0a8f3d5540ffff9353a3898914c97b2b6b

    Comments

    avcodec/cbs_h265: allocate VPS hrd_parameters dynamically
    H265RawVPS embedded hrd_parameters as an inline array of
    HEVC_MAX_LAYER_SETS (1024) H265RawHRDParameters, making the structure
    roughly 7.9 MB. CBS allocates the whole content structure for every VPS
    NAL unit before parsing it, so a packet consisting of many tiny VPS NALs
    forces gigabytes of allocations and triggers an out-of-memory condition.
    
    Allocate hrd_parameters separately, sized to vps_num_hrd_parameters,
    backed by an AVBufferRef registered as a second internal reference
    offset on the VPS unit type. This shrinks the resident structure to tens
    of kilobytes and bounds the hrd_parameters allocation by the amount that
    is actually parsed.
    
    Fixes: 472754452/clusterfuzz-testcase-minimized-ffmpeg_BSF_HEVC_METADATA_fuzzer-6379024978083840
    Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/cbs_h265.c
    • libavcodec/cbs_h265.h
    • libavcodec/cbs_h265_syntax_template.c
  2. Change #270561

    Category ffmpeg
    Changed by Zhen Yan <yanzhen20011121ohnoyoudont@163.com>
    Changed at Fri 12 Jun 2026 02:45:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fa391e90fb00510e926e305d6f8067cadf0f4153

    Comments

    fftools/ffmpeg_dec: deep-copy subtitle_header to fix use-after-free
    Found-by: Zhen Yan
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • fftools/ffmpeg.h
    • fftools/ffmpeg_dec.c
  3. Change #270562

    Category ffmpeg
    Changed by David Korczynski <Davidohnoyoudont@Adalogics.com>
    Changed at Fri 12 Jun 2026 02:46:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 50e65074f5cca638d6dd4cf9db4b6dcf4f0a863e

    Comments

    avformat/dhav: Fix second integer overflow in get_duration()
    Fixes: ada-2-poc.dhav
    
    Found-by: Claude and Ada Logics. This issue was found by Anthropic from using agents to study security of open source projects, and I am from Ada Logics helping validate the found issues and report to maintainers.

    Changed files

    • libavformat/dhav.c
  4. Change #270563

    Category ffmpeg
    Changed by David Korczynski <davidohnoyoudont@adalogics.com>
    Changed at Fri 12 Jun 2026 02:47:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 45278542816cab5e8dcb120f9bd62e43ab2857bd

    Comments

    avcodec/agm: validate actual src_y against prev plane in decode_inter_plane
    Found-by: Anthropic agents; validated and reported by Ada Logics.
    
    Signed-off-by: David Korczynski <david@adalogics.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/agm.c