Changeset 12623a80 in ffmpeg

Timestamp:
Mar 8, 2012, 7:52:33 PM (13 years ago)
Author:
Ronald S. Bultje <rsbultje@gmail.com>
Branches:
master
Children:
ea1d64ab
Parents:
ef0d7797
git-author:
Aaron Colwell <acolwell@chromium.org> (03/07/12 22:51:00)
git-committer:
Ronald S. Bultje <rsbultje@gmail.com> (03/08/12 19:52:33)
Message:

vorbisdec: avoid invalid memory access

This fixes some invalid memory access caused later in the function
by res_chan[] not being set for all channels. This happens when a
channel doesn't appear a submap. This change simply returns a
decoder error when this situation is detected.

Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>

(No files)

Note: See TracChangeset for help on using the changeset viewer.