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

Builder ffmpegsos-solaris10-sparc Build #13316

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 27 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 ( 9 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 13316 Build
codebase Build
got_revision eec78bdac1ae585d7e07df61844684a0e3ec4680 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision eec78bdac1ae585d7e07df61844684a0e3ec4680 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. depthfirst-dev[bot]

Timing:

StartTue Apr 28 14:12:29 2026
EndTue Apr 28 14:13:08 2026
Elapsed38 secs

All Changes:

:

  1. Change #265738

    Category ffmpeg
    Changed by depthfirst-dev[bot] <1012587+depthfirst-dev[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Tue 28 Apr 2026 14:07:16
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision eec78bdac1ae585d7e07df61844684a0e3ec4680

    Comments

    avformat/rtspdec: reject non-positive ANNOUNCE Content-Length
    rtsp_read_announce() treated any non-zero Content-Length as valid,
    including negative values parsed via strtol(). This could send invalid
    sizes into allocation, body reads and trailing NUL writes.
    
    Accept only strictly positive SDP body lengths and reject invalid
    Content-Length values with AVERROR_INVALIDDATA.
    
    Found-by: Seung Min Shin (was reported to us on 10th April)
    CC: 신승민 <guncraft2000@naver.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavformat/rtspdec.c