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

Change #228840

Category ffmpeg
Changed by softworkz <softworkzohnoyoudont@hotmail.com>
Changed at Sat 03 May 2025 07:57:15
Repository https://git.ffmpeg.org/ffmpeg.git
Project ffmpeg
Branch master
Revision 26429eee22d6b2ccb9b45747975b34806398a33c

Comments

libavformat/asfdec: Fix regression bug when reading image attachments
Commit c8140fe7324f264faacf7395b27e12531d1f13f7 had introduced
a check for value_len > UINT16_MAX.
As a consequence, attached images of sizes larger than UINT16_MAX
could no longer be read.

This is a minimal fix of the regression, avoiding the controversies
of my earlier submission regarding int type handling in asfdec.

Signed-off-by: softworkz <softworkz@hotmail.com>

Changed files