OSDN Git Service

additional protection from segmentation faults and memory access errors by
authorJustin Ruggles <justin.ruggles@gmail.com>
Tue, 25 Mar 2008 23:34:00 +0000 (23:34 +0000)
committerJustin Ruggles <justin.ruggles@gmail.com>
Tue, 25 Mar 2008 23:34:00 +0000 (23:34 +0000)
commitc33a196716bcc36754b3cc5f4c0d22c27045efd5
tree938ab499bb9972329ddb57d7f7d70c624be2d262
parent26759c44804d220deedac861f1b030381d8393be
additional protection from segmentation faults and memory access errors by
copying the input buffer to a local context buffer which is large enough to
hold the largest possible AC3 frame.

Originally committed as revision 12593 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/ac3dec.c