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

Builder ffmpegsos-solaris10-sparc Build #13803

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 18 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 ( 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-unstable10s/slave/ffmpegsos-solaris10-sparc slave
buildername ffmpegsos-solaris10-sparc Builder
buildnumber 13803 Build
codebase Build
got_revision 1cdeb3c4e7f1f8566d846b9b451e01c376398818 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 1cdeb3c4e7f1f8566d846b9b451e01c376398818 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. Joshua Rogers

Timing:

StartTue Aug 11 22:24:19 2026
EndTue Aug 11 22:24:46 2026
Elapsed26 secs

All Changes:

:

  1. Change #277879

    Category ffmpeg
    Changed by Joshua Rogers <MegaManSecohnoyoudont@users.noreply.github.com>
    Changed at Tue 11 Aug 2026 23:50:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1cdeb3c4e7f1f8566d846b9b451e01c376398818

    Comments

    avformat/rtpenc_vc2hq: reject data units larger than the RTP payload buffer
    send_packet() copied an input-derived unit/fragment size into the fixed
    rtp_ctx->buf with no bound, overflowing it for a crafted Dirac unit even at
    the default packet size. Reject units that do not fit in max_payload_size.
    
    Fixes: out of array access

    Changed files

    • libavformat/rtpenc_vc2hq.c