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

Builder ffmpeg64-solaris10-i386 Build #14117

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision884590dd4aad5fcc7a91fbbb7af8a5da80b61d96
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 14117 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 884590dd4aad5fcc7a91fbbb7af8a5da80b61d96 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. Hao Chen

Timing:

StartSat Sep 12 11:16:58 2026
EndSat Sep 12 11:17:03 2026
Elapsed5 secs

All Changes:

:

  1. Change #281567

    Category ffmpeg
    Changed by Hao Chen <haochencohnoyoudont@google.com>
    Changed at Sat 12 Sep 2026 12:48:45
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 884590dd4aad5fcc7a91fbbb7af8a5da80b61d96

    Comments

    libswscale/ppc/yuv2rgb_altivec: Fix heap buffer overflow in yuv2packedX
    Process only complete 16-pixel blocks directly into the destination.
    This makes the previously unreachable scratch-buffer tail handle the
    remaining pixels. Remove its rewind and use the destination pixel stride
    for both the copy offset and length.
    
    Signed-off-by: Hao Chen <haochenc@google.com>

    Changed files

    • libswscale/ppc/yuv2rgb_altivec.c