Files
FFmpeg/libavcodec
Andreas Cadhalpun 44ac13eed4 dca: fix misaligned access in avpriv_dca_convert_bitstream
src and dst are only 8-bit-aligned, so accessing them as uint16_t causes
SIGBUS crashes on architectures like sparc.

This fixes ubsan runtime error: load of misaligned address for type
'const uint16_t', which requires 2 byte alignment

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
2016-01-14 01:23:54 +01:00
..
2016-01-13 23:49:27 +01:00
2016-01-06 16:43:06 +00:00
2016-01-10 16:28:14 +01:00
2016-01-10 16:28:14 +01:00
2016-01-06 16:43:06 +00:00
2016-01-10 12:49:35 +01:00
2016-01-06 16:43:06 +00:00