diff options
author | softworkz <softworkz@hotmail.com> | 2025-04-20 01:18:09 +0200 |
---|---|---|
committer | softworkz <softworkz@hotmail.com> | 2025-05-03 07:57:15 +0200 |
commit | 26429eee22d6b2ccb9b45747975b34806398a33c (patch) | |
tree | 00a1fe4e5606b88d98571d1d03e04b2a30e54574 /tests/api/api-dump-stream-meta-test.c | |
parent | 1a083a4d90bc4cf26f06d3f62d75da3d49afcf39 (diff) | |
download | ffmpeg-26429eee22d6b2ccb9b45747975b34806398a33c.tar.gz |
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>
Diffstat (limited to 'tests/api/api-dump-stream-meta-test.c')
0 files changed, 0 insertions, 0 deletions