Changeset 3d95d273 in ffmpeg

Timestamp:
Jan 3, 2014, 3:42:23 PM (11 years ago)
Author:
Anton Khirnov <anton@khirnov.net>
Branches:
master
Children:
fadec4f6, fc6a3ef4
Parents:
58312b24
git-author:
Anton Khirnov <anton@khirnov.net> (12/16/13 17:20:41)
git-committer:
Anton Khirnov <anton@khirnov.net> (01/03/14 15:42:23)
Message:

audio_mix: initialize the data pointers to NULL

This should make it easier to catch problems where some of those
pointers are used uninitialized, since reading from NULL should always
crash, while random numbers from stack can turn out to be valid
pointers, so random memory may be silently overwritten.

(No files)

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