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

Builder ffmpegsos-solaris10-i386 Build #12551

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Andreas Rheinhardt
  2. Michael Niedermayer

Timing:

StartMon Jul 28 19:45:58 2025
EndMon Jul 28 19:46:15 2025
Elapsed17 secs

All Changes:

:

  1. Change #241059

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Mon 28 Jul 2025 19:28:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3afae0f4409ace1699ebe3fdd32a61f05657c09f

    Comments

    avcodec/sanm: Check w, h for subversion < 2
    Fixes: 410609432/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_SANM_fuzzer-4935159201988608
    Fixes: out of array access
    
    Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Reviewed-by: Manuel Lauss <manuel.lauss@gmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/sanm.c
  2. Change #241060

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 28 Jul 2025 19:29:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 15cec7166537e221f9df08fe437b60539f8fd947

    Comments

    checkasm/h264dsp: Fix stack-buffer-overflow, effective-type violations
    Also ensure that the dst buffers are not too big
    (they had the right size for >8 bit depths and were therefore
    too big for eight bit, letting potential buffer overflows
    in the eight bit version go undetected).
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • tests/checkasm/checkasm.h
    • tests/checkasm/h264dsp.c
  3. Change #241061

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Mon 28 Jul 2025 19:29:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 33ae6cda71e6d34c9081a612abae00e2c7d39f72

    Comments

    avformat/dhav: fix reference point mixup
    Fixes: reading the duration from before the start of the allocated buffer.
    
    Regression since: 36ec9217e6dca3432304c9d76078d9618247eb0f
    
    Fixes: BIGSLEEP-433513232/test
    
    Found-by: Google Big Sleep
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavformat/dhav.c
  4. Change #241062

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Mon 28 Jul 2025 19:29:52
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a408b749777603841a64e57c4341b5b2685c9c2c

    Comments

    avformat/dhav: Remove end_ prefix from variable names
    The end_ prefix is confusing and may have contributed the mixup
    fixed in the previous commit
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavformat/dhav.c