Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Curtis <dalecurtis@chromium.org>2017-11-18 03:05:30 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2017-11-21 05:13:03 +0300
commit7010dd98b575d2e39fca947e609b85be7490b269 (patch)
treea1c13f535fae2827a62bd3fd732cc7b4a94fddfa /libavformat/oggdec.c
parent753074721bd414874d18c372c491bdc6323fa3bf (diff)
Fix undefined shift on assumed 8-bit input.
decode_user_data() attempts to create an integer |build| value with 8 bits of spacing for 3 components. However each component is an int32_t, so shifting each component is undefined for values outside of the 8 bit range. This patch simply clamps input to 8-bits per component and prints out a warning that the values were clamped. Signed-off-by: Dale Curtis <dalecurtis@chromium.org> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/oggdec.c')
0 files changed, 0 insertions, 0 deletions