ffmpeg/libavcodec
Andreas Cadhalpun 873a0dfa26 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>
(cherry picked from commit 44ac13eed49593f4f8efdb72ab0d5b48e05aa305)
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
2016-01-28 01:50:35 +01:00
..
2014-11-13 19:01:08 +01:00
2015-03-21 01:52:52 +01:00
2015-07-28 02:33:56 +02:00
2014-11-30 12:56:02 +01:00
2014-11-21 17:13:56 +01:00
2014-12-01 00:31:06 +01:00
2014-11-14 20:25:02 +01:00
2014-11-21 17:13:56 +01:00
2015-05-21 20:43:39 +02:00
2015-11-26 16:58:31 +01:00
2015-03-21 01:52:53 +01:00
2015-03-21 01:52:52 +01:00
2015-12-20 15:40:01 +01:00
2014-11-26 04:11:16 +01:00
2015-07-30 18:53:29 +02:00
2014-12-22 03:17:56 +01:00
2015-07-30 18:53:15 +02:00
2014-11-25 02:00:06 +00:00
2015-03-21 01:52:52 +01:00
2014-12-22 03:17:56 +01:00
2016-01-15 17:39:04 +01:00
2014-12-03 11:56:22 +01:00
2014-11-21 12:37:50 +00:00
2015-02-12 17:10:35 +01:00
2014-11-16 23:48:38 +01:00
2015-11-26 01:37:55 +01:00
2014-11-25 02:00:27 +01:00
2014-11-16 23:48:38 +01:00
2015-11-26 16:58:32 +01:00
2015-03-21 01:52:51 +01:00
2015-11-26 16:58:31 +01:00
2014-12-01 00:31:06 +01:00
2014-11-21 17:13:56 +01:00
2015-05-21 20:43:38 +02:00