aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/msnwc_tcp.c
diff options
context:
space:
mode:
authorDale Curtis <dalecurtis@chromium.org>2017-11-17 16:05:30 -0800
committerMichael Niedermayer <michael@niedermayer.cc>2017-12-30 21:11:32 +0100
commit11a940adbcabd2dbbd78bd95023e8853985aa525 (patch)
treec38c65e3d644a8e2035246e057ef1e3f23dcac45 /libavformat/msnwc_tcp.c
parentedd0cd21f41e6b0b8b39b5a53891d4a2c61fafff (diff)
downloadffmpeg-11a940adbcabd2dbbd78bd95023e8853985aa525.tar.gz
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> (cherry picked from commit 7010dd98b575d2e39fca947e609b85be7490b269) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/msnwc_tcp.c')
0 files changed, 0 insertions, 0 deletions