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

Builder ffmpegsos-solaris10-i386 Build #13959

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision4d24cb1c39c049cb49b89578e55f233700267921
Got Revision4d24cb1c39c049cb49b89578e55f233700267921
Changes3 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 ( 1 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_sos.sh' failed ( 6 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 13959 Build
codebase Build
got_revision 4d24cb1c39c049cb49b89578e55f233700267921 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 4d24cb1c39c049cb49b89578e55f233700267921 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. Franciszek Kalinowski
  2. Michael Niedermayer

Timing:

StartFri May 29 03:52:54 2026
EndFri May 29 03:53:18 2026
Elapsed23 secs

All Changes:

:

  1. Change #268767

    Category ffmpeg
    Changed by Franciszek Kalinowski <franek.kalinowskiohnoyoudont@isec.pl>
    Changed at Fri 29 May 2026 03:49:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 640f32b1b6f7855d5aa8ecdb080e0c08e78e021d

    Comments

    avformat/ftp: reject CR/LF in the URL path to prevent FTP command injection
    ftp_connect() interpolates the URL path into SIZE/RETR/STOR/CWD/DELE/RMD/RNFR
    commands without checking for CR/LF, although it already rejects CR/LF in the
    user and password fields. Reject CR/LF in s->path the same way.
    
    Reported and reviewed by Franciszek Kalinowski (isec.pl / striga.ai) and Bartosz Śmigielski.

    Changed files

    • libavformat/ftp.c
  2. Change #268768

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Fri 29 May 2026 03:49:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 090838497ccecb017e8ffd304dcef4b3ca929fa6

    Comments

    avformat/ftp: Check for Telnet IAC characters and other non printable ASCII chars
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavformat/ftp.c
  3. Change #268769

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Fri 29 May 2026 03:49:20
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4d24cb1c39c049cb49b89578e55f233700267921

    Comments

    avformat/ftp: Check string used for RNTO
    Found-by: Forgejo Fairy
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavformat/ftp.c