aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/buffer_internal.h
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-03-30 02:50:02 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>2020-07-03 13:48:04 +0200
commit397705d4c1d0a812962da888be11283dcf449204 (patch)
tree8598b78c9ae4da0991ceb9bcb9042a7971756d8a /libavutil/buffer_internal.h
parent445fee99b8a3b26c98d561a624b5271580518a1f (diff)
downloadffmpeg-397705d4c1d0a812962da888be11283dcf449204.tar.gz
avformat/webmdashenc: Check codec types
The WebM DASH Manifest muxer only supports VP8, VP9, Vorbis and Opus, but there was no check for this. The codec type is used to get a pointer to a string containing the codec name or NULL if it is not one of those four codecs. Said pointer has then been used without further checks as string for the %s conversion specifier in an avio_printf()) call which is undefined behaviour. This commit adds a check for the supported codec types. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> (cherry picked from commit cbea58b2b35c6409e062c929f0b2ab763b8661eb) Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavutil/buffer_internal.h')
0 files changed, 0 insertions, 0 deletions