Changeset 39a7a5b8 in ffmpeg

Timestamp:
Nov 29, 2011, 4:30:30 AM (13 years ago)
Author:
Ronald S. Bultje <rsbultje@gmail.com>
Branches:
master
Children:
fdab793a
Parents:
ac47e014
git-author:
Aaron Colwell <acolwell@chromium.org> (11/28/11 15:23:03)
git-committer:
Ronald S. Bultje <rsbultje@gmail.com> (11/29/11 04:30:30)
Message:

pthread: don't increment index on zero-sized packets.

The next call to decode() will update from an invalid index, which will
either lead to a memcpy() where dest==src (2 threads), or lead to a
crash (>2 threads).

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

(No files)

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