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

Builder ffmpegsos-solaris10-i386 Build #14305

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision683623846a205b5be80f99abb78dd6227dacf67c
Changes6 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 6 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -
  6. shell_4  
    1. - no logs -
  7. shell_5  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 14305 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 683623846a205b5be80f99abb78dd6227dacf67c 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. Michael Niedermayer

Timing:

StartSat Sep 19 19:44:39 2026
EndSat Sep 19 19:44:46 2026
Elapsed6 secs

All Changes:

:

  1. Change #282256

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 21:23:02
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 49c6a44c4eedfc90ca82f25d7ea7cb02085b4429

    Comments

    avfilter/af_chorus: reject any mismatch between the delays, decays, speeds and depths counts
    Fixes: out of array read
    Fixes: MPROjGMydv4r
    Found-by: zhang xingxing
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavfilter/af_chorus.c
  2. Change #282257

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 21:23:02
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision effd173379d1abe94a6ff0719edcdfc54cf1229a

    Comments

    avfilter/af_chorus: require positive speeds
    Fixes: undefined float to int conversion
    Found during triage/review of the security report MPROjGMydv4r
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavfilter/af_chorus.c
  3. Change #282258

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 21:23:02
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision beb7c06a7f9ffd34221462e50fe35a6d1f67b1a1

    Comments

    avfilter/af_chorus: reject speeds above the sample rate
    Fixes: out of array read
    Fixes: undefined float to int conversion
    Found during review of the security report MPROjGMydv4r
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavfilter/af_chorus.c
  4. Change #282259

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 21:23:02
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6b638b15b22e1eafeb743e774145b4cb7386e3e2

    Comments

    avfilter/af_chorus: allocate the modulation table with av_malloc_array
    Fixes: out of array access
    Found during review of the security report MPROjGMydv4r
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavfilter/af_chorus.c
  5. Change #282260

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 21:23:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1fae5d173c4ae2df239d427f2099bf0727e2cdf7

    Comments

    avformat/dvdvideodec: stop advancing past the last cell of a menu PGC
    Fixes: out of array access
    Fixes: crafted_dvd / gen_dvd.py
    Fixes: lctl8HITfXru
    Found-by: zhang xingxing

    Changed files

    • libavformat/dvdvideodec.c
  6. Change #282261

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 21:23:57
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 683623846a205b5be80f99abb78dd6227dacf67c

    Comments

    avformat/dvdvideodec: reject a menu program map entry of zero
    Fixes: out of array access
    Fixes: gen_dvd.py with program_map[0]=0
    Found during review of the security fix

    Changed files

    • libavformat/dvdvideodec.c