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

Builder ffmpegsos-solaris10-sparc Build #12380

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiond80f8f36513ebff05c537adbe756e36036f80074
Got Revisiond80f8f36513ebff05c537adbe756e36036f80074
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 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 ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.sh' failed ( 2 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Michael Niedermayer
  2. oblivionsage
  3. veygax

Timing:

StartSat Nov 8 01:27:49 2025
EndSat Nov 8 01:28:09 2025
Elapsed20 secs

All Changes:

:

  1. Change #247950

    Category ffmpeg
    Changed by veygax <veygaohnoyoudont@veygax.dev>
    Changed at Fri 07 Nov 2025 23:27:34
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 162f75b5e6798b385bb3eadd8280eff52d03cf29

    Comments

    avcodec/exr: use tile dimensions in pxr24 UINT case
    update the switch statement for EXR_UINT in pxr24_uncompress to
    correctly use the tile width td->xsize instead of using the full window
    width s->xdelta. s->delta is larger than td->xsize which lead to two
    buffer overflows when interacting with the ptr variable in the same
    switch statement.
    
    Fixes: out of bounds read and write
    Found-by: veygax's insomnia network (INSOMNIA-1)
    Signed-off-by: veygax <veyga@veygax.dev>

    Changed files

    • libavcodec/exr.c
  2. Change #247951

    Category ffmpeg
    Changed by oblivionsage <cookieandcream560ohnoyoudont@gmail.com>
    Changed at Sat 08 Nov 2025 01:16:39
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8abeb879df66ea8d27ce1735925ced5a30813de4

    Comments

    avcodec/rv60dec: add upper bound check for qp
    The quantization parameter (qp) can exceed 63 when the base value
    from frame header (0-63) is combined with the offset from slice data
    (up to +2), resulting in qp=65. This causes out-of-bounds access to
    the rv60_qp_to_idx[64] array in decode_cbp8(), decode_cbp16(), and
    get_c4x4_set().
    
    Fixes: Out-of-bounds read
    Signed-off-by: oblivionsage <cookieandcream560@gmail.com>
    
    No testsample is available
    
    This is related to 61cbcaf93f3b2e10124f4c63ce7cd8dad6505fb2 and clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_RV60_fuzzer-5160167345291264
    which fixed rv60_qp_to_idx[qp + 32] out of array access
    These 2 checks are not redundant and neither covers the cases of the other
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/rv60dec.c
  3. Change #247952

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 08 Nov 2025 01:17:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d80f8f36513ebff05c537adbe756e36036f80074

    Comments

    avcodec/exr: spelling
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/exr.c