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

Builder ffmpeg64-solaris10-i386 Build #14118

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision57a2e704b4a6eda5d061b45aacde6b19c026bfc0
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 5 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/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 14118 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 57a2e704b4a6eda5d061b45aacde6b19c026bfc0 Build
scheduler schedule-ffmpeg64-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Joshua Rogers

Timing:

StartSat Sep 12 16:59:01 2026
EndSat Sep 12 16:59:06 2026
Elapsed5 secs

All Changes:

:

  1. Change #281585

    Category ffmpeg
    Changed by Joshua Rogers <MegaManSecohnoyoudont@users.noreply.github.com>
    Changed at Sat 12 Sep 2026 18:20:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 57a2e704b4a6eda5d061b45aacde6b19c026bfc0

    Comments

    avformat/tls_mbedtls: set the expected hostname for numeric hosts
    For IP-literal hosts mbedtls_ssl_set_hostname() was skipped, so a
    CA-trusted certificate for an unrelated name was accepted with no CN/SAN
    check. Set the name for numeric hosts too; mbedTLS matches IP literals
    against iPAddress SANs.
    
    Fixes: certificate host mismatch accepted for IP-literal hosts (CWE-297)
    Fixes: oLS26nsaOqUr
    Found-by: Joshua Rogers <joshua.rogers@aisle.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavformat/tls_mbedtls.c