diff options
author | Anton Khirnov <anton@khirnov.net> | 2021-04-24 16:19:42 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2021-05-09 10:59:21 +0200 |
commit | 544631cab1140044524bf6bc04ec8c5c275627b6 (patch) | |
tree | 28462ce2ccd7d40d13585eca03b74160fd119bb8 /tests/ref | |
parent | 13180968f8058118c177815b11b4afd11ac9df08 (diff) | |
download | ffmpeg-544631cab1140044524bf6bc04ec8c5c275627b6.tar.gz |
ffprobe: only hash extradata when it is present
Passing zero-sized/NULL buffers to av_hash_update() is invalid and may
crash with certain hashes.
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/fate/hapqa-extract-nosnappy-to-hapalphaonly-mov | 1 | ||||
-rw-r--r-- | tests/ref/fate/hapqa-extract-nosnappy-to-hapq-mov | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/ref/fate/hapqa-extract-nosnappy-to-hapalphaonly-mov b/tests/ref/fate/hapqa-extract-nosnappy-to-hapalphaonly-mov index b69181ace7..4ef569df89 100644 --- a/tests/ref/fate/hapqa-extract-nosnappy-to-hapalphaonly-mov +++ b/tests/ref/fate/hapqa-extract-nosnappy-to-hapalphaonly-mov @@ -50,7 +50,6 @@ bits_per_raw_sample=N/A nb_frames=1 nb_read_frames=N/A nb_read_packets=1 -extradata_hash=adler32:00000001 DISPOSITION:default=1 DISPOSITION:dub=0 DISPOSITION:original=0 diff --git a/tests/ref/fate/hapqa-extract-nosnappy-to-hapq-mov b/tests/ref/fate/hapqa-extract-nosnappy-to-hapq-mov index 16923e8684..70e7cdc943 100644 --- a/tests/ref/fate/hapqa-extract-nosnappy-to-hapq-mov +++ b/tests/ref/fate/hapqa-extract-nosnappy-to-hapq-mov @@ -50,7 +50,6 @@ bits_per_raw_sample=N/A nb_frames=1 nb_read_frames=N/A nb_read_packets=1 -extradata_hash=adler32:00000001 DISPOSITION:default=1 DISPOSITION:dub=0 DISPOSITION:original=0 |